diff --git a/include/NebulaService.h b/include/NebulaService.h index 0f1e8745a5..3302f772c8 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -150,7 +150,7 @@ public: */ static std::string code_version() { - return "6.6.0"; // bump version + return "6.7.80"; // bump version } /** diff --git a/share/onegate/onegate b/share/onegate/onegate index 9ed02ffc3d..23eeb3cd6c 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -29,7 +29,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '6.6.0' + VERSION = '6.7.80' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index d8c8271a82..df7aa5dfd1 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.6.0" +VERSION = "6.7.80" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index de77c9692d..f6aaab554e 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -51,7 +51,7 @@ end module CloudClient # OpenNebula version - VERSION = '6.6.0' + VERSION = '6.7.80' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index cd802a1ec4..1daa2f5c35 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.6.0 \ No newline at end of file +6.7.80 \ 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 d93eeb12d2..6a1fea0faa 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.6.0"; + public static final String VERSION = "6.7.80"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index 5f8aee5e57..8828b6ce3a 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.6.0' +version = '6.7.80' # mark pre-release v1 = int(version.split('.')[1]) diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index 7683859814..ed84d4775f 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.6.0' + VERSION = '6.7.80' end diff --git a/src/onecfg/lib/version.rb b/src/onecfg/lib/version.rb index ba2a36946e..b8b03ef654 100644 --- a/src/onecfg/lib/version.rb +++ b/src/onecfg/lib/version.rb @@ -16,6 +16,6 @@ module OneCfg - VERSION = '6.6.0' + VERSION = '6.7.80' end diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index e1407a9e56..75f08bc522 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -318,7 +318,7 @@ SUPPORT = { :author_name => "OpenNebula Support Team", :support_subscription => "https://opennebula.io/support/", :account => "https://opennebula.io/buy-support", - :docs => "https://docs.opennebula.io/6.6/", + :docs => "https://docs.opennebula.io/6.7/", :community => "https://opennebula.io/usec", :project => "OpenNebula" }