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:
parent
7cf10a623b
commit
a9d8c7e92b
@ -357,7 +357,7 @@ public:
|
||||
*/
|
||||
static string code_version()
|
||||
{
|
||||
return "5.6.0"; // bump version
|
||||
return "5.7.80"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@ require 'pp'
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.6.0'
|
||||
VERSION = '5.7.80'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -19,7 +19,7 @@
|
||||
require 'fileutils'
|
||||
require 'tmpdir'
|
||||
|
||||
VERSION = "5.6.0"
|
||||
VERSION = "5.7.80"
|
||||
|
||||
def version
|
||||
v = VERSION
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.6.0'
|
||||
VERSION = '5.7.80'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
5.6.0
|
||||
5.7.80
|
@ -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 = "5.6.0";
|
||||
public static final String VERSION = "5.7.80";
|
||||
|
||||
public OneSystem(Client client)
|
||||
{
|
||||
|
@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.6.0'
|
||||
VERSION = '5.7.80'
|
||||
end
|
||||
|
@ -208,7 +208,7 @@ SUPPORT = {
|
||||
:author_name => "OpenNebula Support Team",
|
||||
:support_subscription => "http://opennebula.systems/support/",
|
||||
: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/",
|
||||
:project => "OpenNebula"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user