updated dev version

This commit is contained in:
Gunter Labes 2008-08-31 22:48:33 +00:00
parent ac432ae132
commit 773c97c31c

View file

@ -11,7 +11,7 @@ if ! [ $# -ge 1 ]; then
fi
[ $1 -ge 1 ] || exit 1
DEV_VERSION=1.3
DEV_VERSION=1.5
NEW_VERSION=$DEV_VERSION.$1
PREV_VERSION=$DEV_VERSION.$(($1-1))
PPREV_VERSION=$DEV_VERSION.$(($1-2))