mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
M #-: Bump version 6.4.2
This commit is contained in:
parent
93414f5b30
commit
dbf1314ae2
@ -150,7 +150,7 @@ public:
|
||||
*/
|
||||
static std::string code_version()
|
||||
{
|
||||
return "6.4.1"; // bump version
|
||||
return "6.4.2"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -29,7 +29,7 @@ require 'pp'
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '6.4.1'
|
||||
VERSION = '6.4.2'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -19,7 +19,7 @@
|
||||
require 'fileutils'
|
||||
require 'tmpdir'
|
||||
|
||||
VERSION = "6.4.1"
|
||||
VERSION = "6.4.2"
|
||||
|
||||
def version
|
||||
v = VERSION
|
||||
|
@ -51,7 +51,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '6.4.1'
|
||||
VERSION = '6.4.2'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
6.4.1
|
||||
6.4.2
|
@ -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.4.1";
|
||||
public static final String VERSION = "6.4.2";
|
||||
|
||||
public OneSystem(Client client)
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ install_requires = [
|
||||
if sys.version_info[0] < 3:
|
||||
install_requires.append('future')
|
||||
|
||||
version = '6.4.1'
|
||||
version = '6.4.2'
|
||||
|
||||
# mark pre-release
|
||||
v1 = int(version.split('.')[1])
|
||||
|
@ -77,5 +77,5 @@ require 'opennebula/flow'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '6.4.1'
|
||||
VERSION = '6.4.2'
|
||||
end
|
||||
|
@ -16,6 +16,6 @@
|
||||
|
||||
module OneCfg
|
||||
|
||||
VERSION = '6.4.1'
|
||||
VERSION = '6.4.2'
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user