overridable VERSION ; Updated
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
95c2843181
commit
f13dd50d09
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -x
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=$(basename $CWD)
|
PRGNAM=$(basename $CWD)
|
||||||
VERSION=0.2
|
VERSION=${VERSION:-0.2}
|
||||||
|
|
||||||
BUILD=1
|
BUILD=1
|
||||||
PACKAGER=cyco
|
PACKAGER=cyco
|
||||||
|
|
Loading…
Add table
Reference in a new issue