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

M #-: Bump version to 5.12.6 ()

This commit is contained in:
Vlastimil Holer 2020-10-21 15:24:07 +02:00 committed by GitHub
parent d938c9c341
commit 790f139f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions
include
share
onegate
rubygems
src
cloud/common
im_mad/remotes
oca
java/src/org/opennebula/client
python
ruby

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

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

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

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

@ -1 +1 @@
5.12.5
5.12.6

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

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

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