From f783d3082b7fb173294da047b0f6dec5cb93aff8 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 21 Nov 2013 18:58:40 +0100 Subject: [PATCH] Bump version to 4.3.90 --- include/Nebula.h | 4 ++-- share/rubygems/generate | 2 +- share/scripts/context-packages/generate.sh | 2 +- src/cloud/common/CloudClient.rb | 2 +- src/oca/java/src/org/opennebula/client/OneSystem.java | 2 +- src/oca/ruby/opennebula.rb | 2 +- src/onedb/fsck.rb | 2 +- src/ozones/Server/templates/index.html | 2 +- src/ozones/Server/templates/login.html | 2 +- src/sunstone/views/index.erb | 2 +- src/sunstone/views/login.erb | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/Nebula.h b/include/Nebula.h index facb3a577b..5e8f52807b 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -357,12 +357,12 @@ public: */ static string version() { - return "OpenNebula 4.3.85"; + return "OpenNebula 4.3.90"; }; static string db_version() { - return "4.3.85"; + return "4.3.90"; } /** diff --git a/share/rubygems/generate b/share/rubygems/generate index 421bc56259..176a3ac150 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -21,7 +21,7 @@ require 'tmpdir' DEFAULTS={ - :version => "4.3.85", + :version => "4.3.90", :date => Time.now.strftime("%Y-%m-%d"), :dependencies => [] } diff --git a/share/scripts/context-packages/generate.sh b/share/scripts/context-packages/generate.sh index a3db086dc4..dae79befaf 100755 --- a/share/scripts/context-packages/generate.sh +++ b/share/scripts/context-packages/generate.sh @@ -16,7 +16,7 @@ # limitations under the License. # #--------------------------------------------------------------------------- # -VERSION=${VERSION:-4.3.85} +VERSION=${VERSION:-4.3.90} MAINTAINER=${MAINTAINER:-C12G Labs } LICENSE=${LICENSE:-Apache 2.0} PACKAGE_NAME=${PACKAGE_NAME:-one-context} diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 7bf2c88a97..13c7a6d6b7 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -50,7 +50,7 @@ end module CloudClient # OpenNebula version - VERSION = '4.3.85' + VERSION = '4.3.90' # ######################################################################### # Default location for the authentication file diff --git a/src/oca/java/src/org/opennebula/client/OneSystem.java b/src/oca/java/src/org/opennebula/client/OneSystem.java index 712fd3a25a..45aaa2f0fb 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 = "4.3.85"; + public static final String VERSION = "4.3.90"; public OneSystem(Client client) { diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index f2284994a3..cf68a20f6e 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -54,5 +54,5 @@ require 'opennebula/system' module OpenNebula # OpenNebula version - VERSION = '4.3.85' + VERSION = '4.3.90' end diff --git a/src/onedb/fsck.rb b/src/onedb/fsck.rb index 0805b10842..4fa77efc10 100644 --- a/src/onedb/fsck.rb +++ b/src/onedb/fsck.rb @@ -20,7 +20,7 @@ require 'ipaddr' require 'set' module OneDBFsck - VERSION = "4.3.85" + VERSION = "4.3.90" def db_version VERSION diff --git a/src/ozones/Server/templates/index.html b/src/ozones/Server/templates/index.html index 6431fab246..81959ccdd5 100644 --- a/src/ozones/Server/templates/index.html +++ b/src/ozones/Server/templates/index.html @@ -65,7 +65,7 @@
diff --git a/src/ozones/Server/templates/login.html b/src/ozones/Server/templates/login.html index c72449c6b8..5363de2c64 100644 --- a/src/ozones/Server/templates/login.html +++ b/src/ozones/Server/templates/login.html @@ -49,7 +49,7 @@
diff --git a/src/sunstone/views/index.erb b/src/sunstone/views/index.erb index 2177eea1b2..91942b9992 100644 --- a/src/sunstone/views/index.erb +++ b/src/sunstone/views/index.erb @@ -86,7 +86,7 @@
diff --git a/src/sunstone/views/login.erb b/src/sunstone/views/login.erb index 78b1d95989..98b9b0c9e3 100644 --- a/src/sunstone/views/login.erb +++ b/src/sunstone/views/login.erb @@ -26,7 +26,7 @@