You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2013/01/21 17:36:29 UTC

git commit: Update Deltacloud server version 1.1.0

Updated Branches:
  refs/heads/master d3b146f1d -> 8651ec62d


Update Deltacloud server version 1.1.0


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

Branch: refs/heads/master
Commit: 8651ec62d7c8b965d7f21f5b08ba5212226b5077
Parents: d3b146f
Author: marios <ma...@redhat.com>
Authored: Mon Jan 21 16:16:47 2013 +0200
Committer: marios <ma...@redhat.com>
Committed: Mon Jan 21 18:36:06 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/8651ec62/server/lib/deltacloud/version.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/version.rb b/server/lib/deltacloud/version.rb
index 757d7cd..9444fed 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.0.5'
+  API_VERSION = '1.1.0'
   CIMI_API_VERSION = '1.0.1'
 end