mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-25 06:03:36 +03:00
Bump version to 5.5.95 (#2233)
This commit is contained in:
parent
8c5911863e
commit
108f997d95
@ -357,7 +357,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static string code_version()
|
static string code_version()
|
||||||
{
|
{
|
||||||
return "5.5.90"; // bump version
|
return "5.5.95"; // bump version
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -13,7 +13,7 @@ require 'pp'
|
|||||||
module CloudClient
|
module CloudClient
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '5.5.90'
|
VERSION = '5.5.95'
|
||||||
|
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
# 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 = "5.5.90"
|
VERSION = "5.5.95"
|
||||||
|
|
||||||
def version
|
def version
|
||||||
v = VERSION
|
v = VERSION
|
||||||
|
@ -50,7 +50,7 @@ end
|
|||||||
module CloudClient
|
module CloudClient
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '5.5.90'
|
VERSION = '5.5.95'
|
||||||
|
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
# Default location for the authentication file
|
# Default location for the authentication file
|
||||||
|
@ -1 +1 @@
|
|||||||
5.5.90
|
5.5.95
|
@ -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.5.90";
|
public static final String VERSION = "5.5.95";
|
||||||
|
|
||||||
public OneSystem(Client client)
|
public OneSystem(Client client)
|
||||||
{
|
{
|
||||||
|
@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool'
|
|||||||
module OpenNebula
|
module OpenNebula
|
||||||
|
|
||||||
# OpenNebula version
|
# OpenNebula version
|
||||||
VERSION = '5.5.90'
|
VERSION = '5.5.95'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user