Changed release.sh to remind me of changing the versoin number...

This commit is contained in:
Nico Schottelius 2006-02-24 10:12:30 +01:00
parent acc5db288b
commit da28d984c8
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ if [ $# -ne 1 ]; then
exit 23
fi
echo "Did you change version and date information in the script?"
read bla
NAME=$1
TARNAME=${NAME}.tar.bz2