mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-06 13:17:42 +03:00
M #-: Downgrade version to 6.5.80 (#2314)
This commit is contained in:
parent
e6826c823a
commit
f62cd2c10c
@ -150,7 +150,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static std::string code_version()
|
static std::string code_version()
|
||||||
{
|
{
|
||||||
return "6.99.80"; // bump version
|
return "6.5.80"; // bump version
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -29,7 +29,7 @@ require 'pp'
|
|||||||
module CloudClient
|
module CloudClient
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '6.99.80'
|
VERSION = '6.5.80'
|
||||||
|
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
# Default location for the authentication file
|
# Default location for the authentication file
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
require 'tmpdir'
|
require 'tmpdir'
|
||||||
|
|
||||||
VERSION = "6.99.80"
|
VERSION = "6.5.80"
|
||||||
|
|
||||||
def version
|
def version
|
||||||
v = VERSION
|
v = VERSION
|
||||||
|
@ -51,7 +51,7 @@ end
|
|||||||
module CloudClient
|
module CloudClient
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '6.99.80'
|
VERSION = '6.5.80'
|
||||||
|
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
# Default location for the authentication file
|
# Default location for the authentication file
|
||||||
|
@ -1 +1 @@
|
|||||||
6.99.80
|
6.5.80
|
@ -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 = "6.99.80";
|
public static final String VERSION = "6.5.80";
|
||||||
|
|
||||||
public OneSystem(Client client)
|
public OneSystem(Client client)
|
||||||
{
|
{
|
||||||
|
@ -40,7 +40,7 @@ install_requires = [
|
|||||||
if sys.version_info[0] < 3:
|
if sys.version_info[0] < 3:
|
||||||
install_requires.append('future')
|
install_requires.append('future')
|
||||||
|
|
||||||
version = '6.99.80'
|
version = '6.5.80'
|
||||||
|
|
||||||
# mark pre-release
|
# mark pre-release
|
||||||
v1 = int(version.split('.')[1])
|
v1 = int(version.split('.')[1])
|
||||||
|
@ -77,5 +77,5 @@ require 'opennebula/flow'
|
|||||||
module OpenNebula
|
module OpenNebula
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '6.99.80'
|
VERSION = '6.5.80'
|
||||||
end
|
end
|
||||||
|
@ -16,6 +16,6 @@
|
|||||||
|
|
||||||
module OneCfg
|
module OneCfg
|
||||||
|
|
||||||
VERSION = '6.99.80'
|
VERSION = '6.5.80'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -318,7 +318,7 @@ SUPPORT = {
|
|||||||
:author_name => "OpenNebula Support Team",
|
:author_name => "OpenNebula Support Team",
|
||||||
:support_subscription => "https://opennebula.io/support/",
|
:support_subscription => "https://opennebula.io/support/",
|
||||||
:account => "https://opennebula.io/buy-support",
|
:account => "https://opennebula.io/buy-support",
|
||||||
:docs => "https://docs.opennebula.io/6.3/",
|
:docs => "https://docs.opennebula.io/6.5/",
|
||||||
:community => "https://opennebula.io/usec",
|
:community => "https://opennebula.io/usec",
|
||||||
:project => "OpenNebula"
|
:project => "OpenNebula"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user