diff --git a/include/Nebula.h b/include/Nebula.h index 9a7569ca29..f9f24b255c 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -393,7 +393,7 @@ public: */ static string code_version() { - return "5.12.10"; // bump version + return "5.12.11"; // bump version } /** diff --git a/include/NebulaService.h b/include/NebulaService.h index 38045ab233..451996c867 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -140,7 +140,7 @@ public: */ static string code_version() { - return "5.9.90"; // bump version + return "5.12.11"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 48e5af21de..2d90020902 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '5.12.10' + VERSION = '5.12.11' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index aa36da795a..f300e9bbf6 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "5.12.10" +VERSION = "5.12.11" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 94261a3e8d..c1c87e588a 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '5.12.10' + VERSION = '5.12.11' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 3494ba2930..6561a1f63f 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -5.12.10 \ No newline at end of file +5.12.11 \ 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 bb3a0dda99..5ff3eb2eb7 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.12.10"; + public static final String VERSION = "5.12.11"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 308d658069..bb246d509f 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 = '5.12.10' +version = '5.12.11' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index ab2f46d719..a2230c614b 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -74,5 +74,5 @@ require 'opennebula/hook_log' module OpenNebula # OpenNebula version - VERSION = '5.12.10' + VERSION = '5.12.11' end