diff --git a/include/NebulaService.h b/include/NebulaService.h index e3447b7215..f27c1b3e27 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -150,7 +150,7 @@ class NebulaService */ static std::string code_version() { - return "6.2.2.35"; // bump version + return "6.2.2.36"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 35c798424d..89f40de974 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.2.2.35' + VERSION = '6.2.2.36' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 6a6bfeb239..44faf96ecd 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.2.2.35" +VERSION = "6.2.2.36" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 574a93f20e..a7d7219cb8 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ module CloudClient # OpenNebula version - VERSION = '6.2.2.35' + VERSION = '6.2.2.36' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 65491bd920..9fe431cf6e 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.2.2.35 \ No newline at end of file +6.2.2.36 \ 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 bdd16708a9..e64d8af9f9 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.2.2.35"; + public static final String VERSION = "6.2.2.36"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 3dae5ce0d6..ccc10f7a7a 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -40,7 +40,7 @@ if sys.version_info[0] < 3: install_requires.append('future') -version = '6.2.2.35' +version = '6.2.2.36' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index 7c62101caf..07ca229d03 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -77,5 +77,5 @@ module OpenNebula # OpenNebula version - VERSION = '6.2.2.35' + VERSION = '6.2.2.36' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index 306ca157d4..3d34100488 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.2.2.35' + VERSION = '6.2.2.36' end