diff --git a/include/Nebula.h b/include/Nebula.h index 4f8c4ae4fe2..d53528f169b 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -362,7 +362,7 @@ class Nebula */ static string code_version() { - return "5.8.1"; // bump version + return "5.8.2"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 639c8a91d06..028b33c6fd3 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -13,7 +13,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '5.8.1' + VERSION = '5.8.2' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 0b12c34984c..7bbcb7fbc3d 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "5.8.1" +VERSION = "5.8.2" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index a6a2c7e6f1c..6b9dd833857 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -50,7 +50,7 @@ module CloudClient # OpenNebula version - VERSION = '5.8.1' + VERSION = '5.8.2' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 885bc9f72da..182ea559ba6 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -5.8.1 \ No newline at end of file +5.8.2 \ 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 76ff73d523c..93f3535ceed 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.8.1"; + public static final String VERSION = "5.8.2"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 27e0f4cf3a6..3c11d11b339 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -41,7 +41,7 @@ setup( name='pyone', - version='5.8.1', + version='5.8.2', description='Python Bindings for OpenNebula XML-RPC API', long_description=long_description, diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index 381fbc361c2..979cdd2cd94 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -71,5 +71,5 @@ module OpenNebula # OpenNebula version - VERSION = '5.8.1' + VERSION = '5.8.2' end