diff --git a/include/Nebula.h b/include/Nebula.h index 1a9ad7302b..bacca4196a 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -393,7 +393,7 @@ public: */ static string code_version() { - return "5.12.6"; // bump version + return "5.12.7"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index c01acc45ec..2449152d48 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '5.12.6' + VERSION = '5.12.7' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index c7d9d2f841..6e38fe12ca 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "5.12.6" +VERSION = "5.12.7" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index b7bc076cec..df0b632845 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.6' + VERSION = '5.12.7' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 5afcf01100..082eb5fd8c 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -5.12.6 \ No newline at end of file +5.12.7 \ 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 49df0a0b2d..e8ef4bdb10 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.6"; + public static final String VERSION = "5.12.7"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 2229201838..2612927886 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.6' +version = '5.12.7' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index 0e759227d6..66ea7bf581 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.6' + VERSION = '5.12.7' end