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 2012/11/12 20:46:21 UTC

git commit: Version 1.0.5-rc1

Updated Branches:
  refs/heads/master 6be8b6428 -> 34b34f221


Version 1.0.5-rc1


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

Branch: refs/heads/master
Commit: 34b34f221c4f0b6a1b219dbfc6d4902b7ae9b8ff
Parents: 6be8b64
Author: Michal Fojtik <mf...@redhat.com>
Authored: Mon Nov 12 20:45:23 2012 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Mon Nov 12 20:45:23 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/34b34f22/server/lib/deltacloud/version.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/version.rb b/server/lib/deltacloud/version.rb
index da2ee21..304c581 100644
--- a/server/lib/deltacloud/version.rb
+++ b/server/lib/deltacloud/version.rb
@@ -15,5 +15,5 @@
 # under the License.
 
 module Deltacloud
-  API_VERSION = '1.0.4' unless defined?(API_VERSION)
+  API_VERSION = '1.0.5' unless defined?(API_VERSION)
 end