From 933efba18c825e4641b79d5a926688b7d5a45d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tino=20V=C3=A1zquez?= Date: Wed, 18 Oct 2023 18:08:52 +0200 Subject: [PATCH] M #-: Bump version 6.6.1.1 --- 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 121f726ff7f..fe6cb92cdba 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -150,7 +150,7 @@ class NebulaService */ static std::string code_version() { - return "6.6.1"; // bump version + return "6.6.1.1"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 94c296184ba..b04e14c0b87 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.6.1' + VERSION = '6.6.1.1' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 020ffbeb7b8..53beba5546b 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.6.1" +VERSION = "6.6.1.1" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index f92255e40b0..be0fdf1ee2c 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ module CloudClient # OpenNebula version - VERSION = '6.6.1' + VERSION = '6.6.1.1' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index ba92e72f577..19cfb0404ae 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.6.1 \ No newline at end of file +6.6.1.1 \ 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 bd730b8dab7..e641fdad84b 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.6.1"; + public static final String VERSION = "6.6.1.1"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index cd8fb87f030..ec43b73b320 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -36,7 +36,7 @@ if sys.version_info[0] < 3: install_requires.append('future') -version = '6.6.1' +version = '6.6.1.1' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index ed3be3d75db..1d1584bedca 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -77,5 +77,5 @@ module OpenNebula # OpenNebula version - VERSION = '6.6.1' + VERSION = '6.6.1.1' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index 235b76a736e..f6a469009ad 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.6.1' + VERSION = '6.6.1.1' end