mirror of https://github.com/apache/cloudstack.git
2.1.98 for regression testing
This commit is contained in:
parent
eb6e853a05
commit
004c1a2675
|
|
@ -4,7 +4,7 @@
|
|||
# DISABLE the post-percentinstall java repacking and line number stripping
|
||||
# we need to find a way to just disable the java repacking and line number stripping, but not the autodeps
|
||||
|
||||
%define _ver 2.1.97
|
||||
%define _ver 2.1.98
|
||||
%define _rel 1
|
||||
|
||||
Name: cloud
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cloud (2.1.97) unstable; urgency=low
|
||||
cloud (2.1.98) unstable; urgency=low
|
||||
|
||||
* Bumping version number for next Cloud.com release
|
||||
|
||||
|
|
|
|||
2
wscript
2
wscript
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# the following two variables are used by the target "waf dist"
|
||||
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
|
||||
VERSION = '2.1.97'
|
||||
VERSION = '2.1.98'
|
||||
APPNAME = 'cloud'
|
||||
|
||||
import shutil,os
|
||||
|
|
|
|||
Loading…
Reference in New Issue