From 23bf3b153425ce3fc35585306c15cb86251fea1b Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Tue, 6 Apr 2021 18:14:38 +0200 Subject: [PATCH] M #-: Bump version to 6.1.80 (#1073) --- 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/python/setup.py | 2 +- src/oca/ruby/opennebula.rb | 2 +- src/onecfg/lib/version.rb | 2 +- src/sunstone/sunstone-server.rb | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/Nebula.h b/include/Nebula.h index 25641fdb36..5519db27e3 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -394,7 +394,7 @@ public: */ static std::string code_version() { - return "6.0.0"; // bump version + return "6.1.80"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index c0eb53255d..10cb894084 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.0.0' + VERSION = '6.1.80' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 2cd1dc0f2f..5d81f6fd71 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.0.0" +VERSION = "6.1.80" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 7e75b728ff..89ca070544 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '6.0.0' + VERSION = '6.1.80' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index f4965a313a..900ba2db66 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.0.0 \ No newline at end of file +6.1.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 a864500295..91a0236e7a 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 = "6.0.0"; + public static final String VERSION = "6.1.80"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 084669ce1f..c9ec125aa6 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -40,7 +40,7 @@ install_requires = [ if sys.version_info[0] < 3: install_requires.append('future') -version = '6.0.0' +version = '6.1.80' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index f5510769f6..35b74307b2 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -77,5 +77,5 @@ require 'opennebula/flow' module OpenNebula # OpenNebula version - VERSION = '6.0.0' + VERSION = '6.1.80' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index 205078c9dd..08cfeeea18 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.0.0' + VERSION = '6.1.80' end diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index 642b67c6be..5dbc2322e6 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -289,7 +289,7 @@ SUPPORT = { :author_name => "OpenNebula Support Team", :support_subscription => "https://opennebula.io/support/", :account => "https://opennebula.io/buy-support", - :docs => "https://docs.opennebula.io/6.0/", + :docs => "https://docs.opennebula.io/6.1/", :community => "https://opennebula.io/usec", :project => "OpenNebula" }