1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-10 01:17:40 +03:00

M #-: Bump version to 5.13.85 (#896)

This commit is contained in:
Vlastimil Holer 2021-03-01 14:11:26 +01:00 committed by GitHub
parent 0232b30f00
commit ba44f49c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -394,7 +394,7 @@ public:
*/ */
static std::string code_version() static std::string code_version()
{ {
return "5.13.80"; // bump version return "5.13.85"; // bump version
} }
/** /**

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
5.13.80 5.13.85

View File

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

View File

@ -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 = '5.13.80' version = '5.13.85'
# mark pre-release # mark pre-release
v1 = int(version.split('.')[1]) v1 = int(version.split('.')[1])

View File

@ -77,5 +77,5 @@ require 'opennebula/flow'
module OpenNebula module OpenNebula
# OpenNebula version # OpenNebula version
VERSION = '5.13.80' VERSION = '5.13.85'
end end

View File

@ -16,6 +16,6 @@
module OneCfg module OneCfg
VERSION = '5.13.80' VERSION = '5.13.85'
end end