diff --git a/include/Nebula.h b/include/Nebula.h index 677ba9b23a..d7835104b9 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -394,7 +394,7 @@ public: */ static std::string code_version() { - return "6.0.0.1"; // bump version + return "6.0.0.2"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 3b2c64d937..44f36c75ae 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.0.0.1' + VERSION = '6.0.0.2' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 51242dd71c..318e42eb4e 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.0.0.1" +VERSION = "6.0.0.2" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 96e5d5144d..95daa121f5 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '6.0.0.1' + VERSION = '6.0.0.2' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index f0168d1f8a..6739617ca6 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.0.0.1 \ No newline at end of file +6.0.0.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 70b146c501..9934053083 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.0.0.1"; + public static final String VERSION = "6.0.0.2"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 91b3863d84..f80f52e50e 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 = '6.0.0.1' +version = '6.0.0.2' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index fb65d97782..e60d73c6e5 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -77,5 +77,5 @@ require 'opennebula/flow' module OpenNebula # OpenNebula version - VERSION = '6.0.0.1' + VERSION = '6.0.0.2' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index 632bba3910..b20ea2d83b 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.0.0.1' + VERSION = '6.0.0.2' end