From b1762c8e7d76974812099dc771fd6fbfa489eb75 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Mon, 27 Jun 2022 11:45:50 +0200 Subject: [PATCH] M #-: Bump version 6.4.1 --- include/NebulaService.h | 2 +- share/rubygems/generate | 2 +- src/im_mad/remotes/VERSION | 2 +- src/oca/java/src/org/opennebula/client/OneSystem.java | 2 +- src/oca/python/setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/NebulaService.h b/include/NebulaService.h index cbfae520ae..86b45a8d08 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -150,7 +150,7 @@ public: */ static std::string code_version() { - return "6.4.0"; // bump version + return "6.4.1"; // bump version } /** diff --git a/share/rubygems/generate b/share/rubygems/generate index fb0eb170bb..074da8baf6 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "6.4.0" +VERSION = "6.4.1" def version v = VERSION diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index c0be8a7992..306894a15e 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -6.4.0 \ No newline at end of file +6.4.1 \ No newline at end of file diff --git a/src/oca/java/src/org/opennebula/client/OneSystem.java b/src/oca/java/src/org/opennebula/client/OneSystem.java index 7a09ecb428..3e5dfb207f 100644 --- a/src/oca/java/src/org/opennebula/client/OneSystem.java +++ b/src/oca/java/src/org/opennebula/client/OneSystem.java @@ -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.4.0"; + public static final String VERSION = "6.4.1"; public OneSystem(Client client) { diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index fe3b92033b..d40a48f43d 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -40,7 +40,7 @@ install_requires = [ if sys.version_info[0] < 3: install_requires.append('future') -version = '6.4.0' +version = '6.4.1' # mark pre-release v1 = int(version.split('.')[1])