diff --git a/include/NebulaService.h b/include/NebulaService.h index 9470b6d7e1..5f7d2dce70 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -150,7 +150,7 @@ public: */ static std::string code_version() { - return "6.8.0"; // bump version + return "6.8.0.1"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 4c1bcb4601..8cff88e9d3 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.8.0' + VERSION = '6.8.0.1' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 0d39ada1d6..4154dd9a56 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = '6.8.0' +VERSION = '6.8.0.1' def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 69ce62c97e..ef0cdabc03 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '6.8.0' + VERSION = '6.8.0.1' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 8a1c5c7e99..27bc381863 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.8.0 \ No newline at end of file +6.8.0.1 diff --git a/src/oca/java/src/org/opennebula/client/OneSystem.java b/src/oca/java/src/org/opennebula/client/OneSystem.java index ff9580f1be..5484271e16 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.8.0"; + public static final String VERSION = "6.8.0.1"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 15e3dbdafe..458f95a14d 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -36,7 +36,7 @@ install_requires = [ if sys.version_info[0] < 3: install_requires.append('future') -version = '6.8.0' +version = '6.8.0.1' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index f8adf785fb..2cbbea17aa 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -79,5 +79,5 @@ require 'opennebula/backupjob_pool' module OpenNebula # OpenNebula version - VERSION = '6.8.0' + VERSION = '6.8.0.1' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index 31b54f664c..ec49612a3e 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.8.0' + VERSION = '6.8.0.1' end