updated dev version
This commit is contained in:
parent
ac432ae132
commit
773c97c31c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue