Check-in Number:
|
3246 | |
Date: |
2003-Feb-13 11:00:52 (local)
2003-Feb-13 10:00:52 (UTC) |
User: | thl |
Branch: | |
Comment: |
fix version stuff for README |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/README 1.34 -> 1.35
--- README 2003/02/13 09:46:46 1.34
+++ README 2003/02/13 10:00:52 1.35
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| |_|_||_||_|\__| .__/____|_||_|_||_|\__| .__/
|_| |_|
OSSP lmtp2nntp - Mail to News Gateway
- Version
+ Version 1.2.x
ABSTRACT
|
|
ossp-pkg/lmtp2nntp/devtool.conf 1.15 -> 1.16
--- devtool.conf 2003/02/13 08:18:23 1.15
+++ devtool.conf 2003/02/13 10:00:52 1.16
@@ -48,7 +48,7 @@
%version
./shtool version -l c -n "OSSP lmtp2nntp" -p "lmtp2nntp_" -e lmtp2nntp_version.c
V=`./shtool version -lc -dlong lmtp2nntp_version.c`
- sed -e "s/Version .*(.*)/Version $V/g" <README >README.n && mv README.n README
+ sed -e "s/Version .*/Version $V/g" <README >README.n && mv README.n README
%tag
V=`./shtool version -lc -dshort lmtp2nntp_version.c | sed -e 's;\.;_;g'`
|
|