Skip to content

Commit

Permalink
M #-: Bump version to 5.12.2 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlastimil Holer authored Jul 8, 2020
1 parent 956b6a7 commit d1aa944
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion include/Nebula.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ class Nebula
*/
static string code_version()
{
return "5.12.1"; // bump version
return "5.12.2"; // bump version
}

/**
Expand Down
2 changes: 1 addition & 1 deletion share/onegate/onegate
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require 'pp'
module CloudClient

# OpenNebula version
VERSION = '5.12.1'
VERSION = '5.12.2'

# #########################################################################
# Default location for the authentication file
Expand Down
2 changes: 1 addition & 1 deletion share/rubygems/generate
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require 'fileutils'
require 'tmpdir'

VERSION = "5.12.1"
VERSION = "5.12.2"

def version
v = VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/cloud/common/CloudClient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
module CloudClient

# OpenNebula version
VERSION = '5.12.1'
VERSION = '5.12.2'

# #########################################################################
# Default location for the authentication file
Expand Down
2 changes: 1 addition & 1 deletion src/im_mad/remotes/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.12.1
5.12.2
2 changes: 1 addition & 1 deletion src/oca/java/src/org/opennebula/client/OneSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.1";
public static final String VERSION = "5.12.2";

public OneSystem(Client client)
{
Expand Down
2 changes: 1 addition & 1 deletion src/oca/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if sys.version_info[0] < 3:
install_requires.append('future')

version = '5.12.1'
version = '5.12.2'

# mark pre-release
v1 = int(version.split('.')[1])
Expand Down
2 changes: 1 addition & 1 deletion src/oca/ruby/opennebula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
module OpenNebula

# OpenNebula version
VERSION = '5.12.1'
VERSION = '5.12.2'
end

0 comments on commit d1aa944

Please sign in to comment.