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/0dfd9c87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0dfd9c87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0dfd9c87 Branch: refs/heads/4.0 Commit: 0dfd9c8730164c5f0bc725df3e9028558043e272 Parents: 046b5a4 Author: Hiroaki Kawai <[email protected]> Authored: Tue Sep 25 13:28:31 2012 -0700 Committer: Edison Su <[email protected]> Committed: Tue Sep 25 15:16:20 2012 -0700 ---------------------------------------------------------------------- wscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0dfd9c87/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
