Skip to content

Commit

Permalink
Bump version to 5.5.95 (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlastimil Holer authored and Tino Vázquez committed Jun 28, 2018
1 parent 8c59118 commit 108f997
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/Nebula.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class Nebula
*/
static string code_version()
{
return "5.5.90"; // bump version
return "5.5.95"; // 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 @@ -13,7 +13,7 @@ require 'pp'
module CloudClient

# OpenNebula version
VERSION = '5.5.90'
VERSION = '5.5.95'

# #########################################################################
# 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.5.90"
VERSION = "5.5.95"

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 @@ -50,7 +50,7 @@
module CloudClient

# OpenNebula version
VERSION = '5.5.90'
VERSION = '5.5.95'

# #########################################################################
# 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.5.90
5.5.95
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.5.90";
public static final String VERSION = "5.5.95";

public OneSystem(Client client)
{
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 @@ -69,5 +69,5 @@
module OpenNebula

# OpenNebula version
VERSION = '5.5.90'
VERSION = '5.5.95'
end

0 comments on commit 108f997

Please sign in to comment.