You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/13 15:52:31 UTC

git commit: Core: Version bump to 1.1.2 for the rc1 candidate

Updated Branches:
  refs/heads/master 1eb17ce82 -> a06672f7a


Core: Version bump to 1.1.2 for the rc1 candidate


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/a06672f7
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/a06672f7
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/a06672f7

Branch: refs/heads/master
Commit: a06672f7a42607fe2334bbc072dc0621b5f256e8
Parents: 1eb17ce
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Mar 13 15:51:36 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Mar 13 15:51:36 2013 +0100

----------------------------------------------------------------------
 server/lib/deltacloud/version.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/a06672f7/server/lib/deltacloud/version.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/version.rb b/server/lib/deltacloud/version.rb
index a21eacb..7e19d99 100644
--- a/server/lib/deltacloud/version.rb
+++ b/server/lib/deltacloud/version.rb
@@ -15,6 +15,6 @@
 # under the License.
 
 module Deltacloud
-  API_VERSION = '1.1.1'
+  API_VERSION = '1.1.2'
   CIMI_API_VERSION = '1.0.1'
 end