Skip to content

Commit

Permalink
M #-: Bump version 6.6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova committed Oct 18, 2023
1 parent 30b541c commit 933efba
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion include/NebulaService.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class NebulaService
*/
static std::string code_version()
{
return "6.6.1"; // bump version
return "6.6.1.1"; // 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 = '6.6.1'
VERSION = '6.6.1.1'

# #########################################################################
# 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 = "6.6.1"
VERSION = "6.6.1.1"

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 = '6.6.1'
VERSION = '6.6.1.1'

# #########################################################################
# 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 @@
6.6.1
6.6.1.1
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 = "6.6.1";
public static final String VERSION = "6.6.1.1";

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 @@ -36,7 +36,7 @@
if sys.version_info[0] < 3:
install_requires.append('future')

version = '6.6.1'
version = '6.6.1.1'

# 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 @@ -77,5 +77,5 @@
module OpenNebula

# OpenNebula version
VERSION = '6.6.1'
VERSION = '6.6.1.1'
end
2 changes: 1 addition & 1 deletion src/onecfg/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module OneCfg

VERSION = '6.6.1'
VERSION = '6.6.1.1'

end

0 comments on commit 933efba

Please sign in to comment.