cloudmonkey: Bump up version of cloudmonkey to 4.2.xx Signed-off-by: Rohit Yadav <rohit.ya...@wingify.com>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1a058d77 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a058d77 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1a058d77 Branch: refs/heads/vmsync Commit: 1a058d77939819ef8a00130064bfb9ca4f108ebe Parents: 2f345c5 Author: Rohit Yadav <rohit.ya...@wingify.com> Authored: Sun Jun 16 18:33:34 2013 +0530 Committer: Rohit Yadav <rohit.ya...@wingify.com> Committed: Sun Jun 16 18:33:34 2013 +0530 ---------------------------------------------------------------------- tools/cli/cloudmonkey/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1a058d77/tools/cli/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/tools/cli/cloudmonkey/config.py b/tools/cli/cloudmonkey/config.py index aaf97eb..36f7e77 100644 --- a/tools/cli/cloudmonkey/config.py +++ b/tools/cli/cloudmonkey/config.py @@ -18,7 +18,7 @@ # Use following rules for versioning: # <cloudstack version>-<cli increment, starts from 0> -__version__ = "4.1.0-0" +__version__ = "4.2.0-0" __description__ = "Command Line Interface for Apache CloudStack" __maintainer__ = "Rohit Yadav" __maintaineremail__ = "bhais...@apache.org"