]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
minor nit - don't append -{date}
authorrobertc <>
Wed, 16 Jul 2003 18:18:35 +0000 (18:18 +0000)
committerrobertc <>
Wed, 16 Jul 2003 18:18:35 +0000 (18:18 +0000)
mkrelease.sh

index 2cb903d0802e27a4217186cdc9a5c020e77478b3..f42105d45f8094b7fc52f610e13716eb7157c729 100755 (executable)
@@ -35,11 +35,11 @@ if [ ${name} != ${PACKAGE}-${VERSION} ]; then
 fi
 RELEASE=`echo $VERSION | cut -d. -f1,2 | cut -d- -f1`
 ed -s configure.in <<EOS
-g/VERSION=${VERSION}-CVS/ s//VERSION=${VERSION}-${date}/
+g/VERSION=${VERSION}-CVS/ s//VERSION=${VERSION}/
 w
 EOS
 ed -s configure <<EOS
-g/VERSION=${VERSION}-CVS/ s//VERSION=${VERSION}-${date}/
+g/VERSION=${VERSION}-CVS/ s//VERSION=${VERSION}/
 w
 EOS
 ed -s include/version.h <<EOS