From 869320360a033a1ced4b0e1a32d5599ca46a4932 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Wed, 20 Apr 2022 12:47:23 +0200 Subject: [PATCH] M #-: Bump to 6.99.80 --- include/NebulaService.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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/NebulaService.h b/include/NebulaService.h index fb15edae45..8cd986e575 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -150,7 +150,7 @@ public: */ static std::string code_version() { - return "6.9.80"; // bump version + return "6.99.80"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 05b24a7c84..4f0d5e65ce 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.9.80' + VERSION = '6.99.80' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 8e7baff27e..b8a532746a 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.9.80" +VERSION = "6.99.80" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index afb0a922b7..5b08fcf1ec 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '6.9.80' + VERSION = '6.99.80' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 2419d3ff61..3b87f1332f 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.9.80 \ No newline at end of file +6.99.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 db58565a2f..6122e11925 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.9.80"; + public static final String VERSION = "6.99.80"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 2b475f4ba0..9d359d989a 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.9.80' +version = '6.99.80' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index 677ca94040..f4fe299f92 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.9.80' + VERSION = '6.99.80' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index ec03317b82..4e7514a972 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.9.80' + VERSION = '6.99.80' end