Updated Branches: refs/heads/master bba772672 -> 5dbeb3e42
Set correct version for database version check Signed-off-by: Edison Su <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5dbeb3e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5dbeb3e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5dbeb3e4 Branch: refs/heads/master Commit: 5dbeb3e423b38c7da47bf018f1f3f09e94e33fc2 Parents: bba7726 Author: Hiroaki Kawai <[email protected]> Authored: Tue Sep 25 13:28:31 2012 -0700 Committer: Edison Su <[email protected]> Committed: Tue Sep 25 13:29:06 2012 -0700 ---------------------------------------------------------------------- wscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5dbeb3e4/wscript ---------------------------------------------------------------------- diff --git a/wscript b/wscript index ff38ed2..077fc71 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.2012-08-15T18:03:12Z' -SHORTVERSION = '4.0' +SHORTVERSION = '4.0.0' APPNAME = 'cloud' import shutil,os
