1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: Bump version 5.12.13

This commit is contained in:
Tino Vazquez 2022-04-26 16:47:56 +02:00
parent ff97aa0f8f
commit cfe5a68071
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
9 changed files with 9 additions and 9 deletions

View File

@ -393,7 +393,7 @@ public:
*/
static string code_version()
{
return "5.12.12"; // bump version
return "5.12.13"; // bump version
}
/**

View File

@ -140,7 +140,7 @@ public:
*/
static string code_version()
{
return "5.12.12"; // bump version
return "5.12.13"; // bump version
}
/**

View File

@ -29,7 +29,7 @@ require 'pp'
module CloudClient
# OpenNebula version
VERSION = '5.12.12'
VERSION = '5.12.13'
# #########################################################################
# Default location for the authentication file

View File

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

View File

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

View File

@ -1 +1 @@
5.12.12
5.12.13

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

View File

@ -40,7 +40,7 @@ install_requires = [
if sys.version_info[0] < 3:
install_requires.append('future')
version = '5.12.12'
version = '5.12.13'
# mark pre-release
v1 = int(version.split('.')[1])

View File

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