Updated Branches: refs/heads/4.0 863c9e6cc -> 716f11815
Reverting SHORTVERSION to 4.0.0, because 4.0.0-incubating isn't a valid RPM version string. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/716f1181 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/716f1181 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/716f1181 Branch: refs/heads/4.0 Commit: 716f118150a3e48650077adaed4a872c14383391 Parents: 863c9e6 Author: Chip Childers <[email protected]> Authored: Tue Oct 9 21:09:31 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Tue Oct 9 21:09:39 2012 -0400 ---------------------------------------------------------------------- wscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/716f1181/wscript ---------------------------------------------------------------------- diff --git a/wscript b/wscript index b5d2fe3..46f9fa7 100644 --- a/wscript +++ b/wscript @@ -24,7 +24,7 @@ # entry in debian/changelog. SHORTVERSION is used in package # naming for deb/rpm, VERSION is used for tarball and bin VERSION = '4.0.0-incubating' -SHORTVERSION = '4.0.0-incubating' +SHORTVERSION = '4.0.0' APPNAME = 'cloud' import shutil,os
