mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2152 Set REALVER properly
This commit is contained in:
parent
f6fb4d2f6a
commit
bdd5634924
|
|
@ -75,6 +75,7 @@ if echo $VERSION | grep SNAPSHOT ; then
|
|||
DEFPRE="-D_prerelease 1"
|
||||
DEFREL="-D_rel SNAPSHOT"
|
||||
else
|
||||
REALVER=`echo $VERSION`
|
||||
DEFVER="-D_ver $REALVER"
|
||||
DEFPRE=
|
||||
DEFREL=
|
||||
|
|
|
|||
Loading…
Reference in New Issue