1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

M #-: Bump version to 5.10.3 (#4184)

This commit is contained in:
Vlastimil Holer 2020-02-12 16:28:40 +01:00 committed by GitHub
parent 5fa02872d1
commit 6e952ff914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -383,7 +383,7 @@ public:
*/
static string code_version()
{
return "5.10.2"; // bump version
return "5.10.3"; // bump version
}
/**

View File

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

View File

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

View File

@ -51,7 +51,7 @@ end
module CloudClient
# OpenNebula version
VERSION = '5.10.2'
VERSION = '5.10.3'
# #########################################################################
# Default location for the authentication file

View File

@ -1 +1 @@
5.10.2
5.10.3

View File

@ -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.10.2";
public static final String VERSION = "5.10.3";
public OneSystem(Client client)
{

View File

@ -41,7 +41,7 @@ if sys.version_info[0] < 3:
setup(
name='pyone',
version='5.10.2',
version='5.10.3',
description='Python Bindings for OpenNebula XML-RPC API',
long_description=long_description,

View File

@ -74,5 +74,5 @@ require 'opennebula/hook_log'
module OpenNebula
# OpenNebula version
VERSION = '5.10.2'
VERSION = '5.10.3'
end