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

M #-: Bump version to 6.0.0.1 (#5321)

This commit is contained in:
Vlastimil Holer 2021-04-07 11:32:02 +02:00 committed by GitHub
parent 3218016d0e
commit 1a5f167d84
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()
{
return "6.0.0"; // bump version
return "6.0.0.1"; // bump version
}
/**

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
6.0.0
6.0.0.1

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

View File

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

View File

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

View File

@ -16,6 +16,6 @@
module OneCfg
VERSION = '6.0.0'
VERSION = '6.0.0.1'
end