1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-21 18:03:38 +03:00

Bump version to 5.7.80 (#2289)

This commit is contained in:
Vlastimil Holer 2018-07-16 13:23:30 +02:00 committed by Tino Vázquez
parent 7cf10a623b
commit a9d8c7e92b
8 changed files with 8 additions and 8 deletions

View File

@ -357,7 +357,7 @@ public:
*/ */
static string code_version() static string code_version()
{ {
return "5.6.0"; // bump version return "5.7.80"; // bump version
} }
/** /**

View File

@ -13,7 +13,7 @@ require 'pp'
module CloudClient module CloudClient
# OpenNebula version # OpenNebula version
VERSION = '5.6.0' VERSION = '5.7.80'
# ######################################################################### # #########################################################################
# Default location for the authentication file # Default location for the authentication file

View File

@ -19,7 +19,7 @@
require 'fileutils' require 'fileutils'
require 'tmpdir' require 'tmpdir'
VERSION = "5.6.0" VERSION = "5.7.80"
def version def version
v = VERSION v = VERSION

View File

@ -50,7 +50,7 @@ end
module CloudClient module CloudClient
# OpenNebula version # OpenNebula version
VERSION = '5.6.0' VERSION = '5.7.80'
# ######################################################################### # #########################################################################
# Default location for the authentication file # Default location for the authentication file

View File

@ -1 +1 @@
5.6.0 5.7.80

View File

@ -32,7 +32,7 @@ public class OneSystem
private static final String GROUP_QUOTA_INFO = "groupquota.info"; private static final String GROUP_QUOTA_INFO = "groupquota.info";
private static final String GROUP_QUOTA_UPDATE = "groupquota.update"; private static final String GROUP_QUOTA_UPDATE = "groupquota.update";
public static final String VERSION = "5.6.0"; public static final String VERSION = "5.7.80";
public OneSystem(Client client) public OneSystem(Client client)
{ {

View File

@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool'
module OpenNebula module OpenNebula
# OpenNebula version # OpenNebula version
VERSION = '5.6.0' VERSION = '5.7.80'
end end

View File

@ -208,7 +208,7 @@ SUPPORT = {
:author_name => "OpenNebula Support Team", :author_name => "OpenNebula Support Team",
:support_subscription => "http://opennebula.systems/support/", :support_subscription => "http://opennebula.systems/support/",
:account => "http://opennebula.systems/buy/", :account => "http://opennebula.systems/buy/",
:docs => "http://docs.opennebula.org/5.6/", :docs => "http://docs.opennebula.org/5.7/",
:community => "http://opennebula.org/support/community/", :community => "http://opennebula.org/support/community/",
:project => "OpenNebula" :project => "OpenNebula"
} }