mirror of https://github.com/apache/cloudstack.git
update version to 2.1.5
This commit is contained in:
parent
c421b5311d
commit
0f3699f36d
|
|
@ -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.4
|
||||
%define _ver 2.1.5
|
||||
%define _rel 1
|
||||
|
||||
Name: cloud
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cloud (2.1.5) unstable; urgency=low
|
||||
|
||||
* Releasing 2.1.5
|
||||
|
||||
-- Kevin Kluge <kevin@cloud.com> Tue, 16 Nov 2010 22:06:32 -0700
|
||||
|
||||
cloud (2.1.4) unstable; urgency=low
|
||||
|
||||
* Releasing 2.1.4
|
||||
|
|
|
|||
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.4'
|
||||
VERSION = '2.1.5'
|
||||
APPNAME = 'cloud'
|
||||
|
||||
import shutil,os
|
||||
|
|
|
|||
Loading…
Reference in New Issue