From a9d8c7e92b5c1d3881698b633b94b20f5d358bdf Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Mon, 16 Jul 2018 13:23:30 +0200 Subject: [PATCH] Bump version to 5.7.80 (#2289) --- include/Nebula.h | 2 +- share/onegate/onegate | 2 +- share/rubygems/generate | 2 +- src/cloud/common/CloudClient.rb | 2 +- src/im_mad/remotes/VERSION | 2 +- src/oca/java/src/org/opennebula/client/OneSystem.java | 2 +- src/oca/ruby/opennebula.rb | 2 +- src/sunstone/sunstone-server.rb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/Nebula.h b/include/Nebula.h index 60900d8f03..ec709e3323 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -357,7 +357,7 @@ public: */ static string code_version() { - return "5.6.0"; // bump version + return "5.7.80"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 92e8ae4250..4111b54630 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -13,7 +13,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '5.6.0' + VERSION = '5.7.80' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 70ec562dee..0c5e519ba8 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "5.6.0" +VERSION = "5.7.80" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index eff31d720e..abe553ee8f 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -50,7 +50,7 @@ end module CloudClient # OpenNebula version - VERSION = '5.6.0' + VERSION = '5.7.80' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 4cc0e35cb3..ae6a3fad3a 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -5.6.0 \ No newline at end of file +5.7.80 \ No newline at end of file diff --git a/src/oca/java/src/org/opennebula/client/OneSystem.java b/src/oca/java/src/org/opennebula/client/OneSystem.java index ea914f1f30..e908229f31 100644 --- a/src/oca/java/src/org/opennebula/client/OneSystem.java +++ b/src/oca/java/src/org/opennebula/client/OneSystem.java @@ -32,7 +32,7 @@ public class OneSystem private static final String GROUP_QUOTA_INFO = "groupquota.info"; private static final String GROUP_QUOTA_UPDATE = "groupquota.update"; - public static final String VERSION = "5.6.0"; + public static final String VERSION = "5.7.80"; public OneSystem(Client client) { diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index b19930bbc2..ba04dddbd9 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool' module OpenNebula # OpenNebula version - VERSION = '5.6.0' + VERSION = '5.7.80' end diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index d435dd009d..12189c1643 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -208,7 +208,7 @@ SUPPORT = { :author_name => "OpenNebula Support Team", :support_subscription => "http://opennebula.systems/support/", :account => "http://opennebula.systems/buy/", - :docs => "http://docs.opennebula.org/5.6/", + :docs => "http://docs.opennebula.org/5.7/", :community => "http://opennebula.org/support/community/", :project => "OpenNebula" }