diff --git a/include/Nebula.h b/include/Nebula.h index 7c92267926..4635784a96 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -357,7 +357,7 @@ public: */ static string code_version() { - return "5.5.85"; // bump version + return "5.5.90"; // bump version } /** diff --git a/share/doc/xsd/test.sh b/share/doc/xsd/test.sh index 68e864f135..2320e32fd3 100755 --- a/share/doc/xsd/test.sh +++ b/share/doc/xsd/test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2017, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2018, OpenNebula Project, OpenNebula Systems # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # # not use this file except in compliance with the License. You may obtain # diff --git a/share/onegate/onegate b/share/onegate/onegate index 118d4b96b8..f829651fa5 100755 --- a/share/onegate/onegate +++ b/share/onegate/onegate @@ -13,7 +13,7 @@ require 'pp' module CloudClient # OpenNebula version - VERSION = '5.5.85' + VERSION = '5.5.90' # ######################################################################### # Default location for the authentication file diff --git a/share/rubygems/generate b/share/rubygems/generate index 7e9cb4642b..a126ffdb27 100755 --- a/share/rubygems/generate +++ b/share/rubygems/generate @@ -19,7 +19,7 @@ require 'fileutils' require 'tmpdir' -VERSION = "5.5.85" +VERSION = "5.5.90" def version v = VERSION diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 7c9d925fbd..7802d8e23e 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -50,7 +50,7 @@ end module CloudClient # OpenNebula version - VERSION = '5.5.85' + VERSION = '5.5.90' # ######################################################################### # Default location for the authentication file diff --git a/src/im_mad/remotes/VERSION b/src/im_mad/remotes/VERSION index 339c435943..75d1c3cf32 100644 --- a/src/im_mad/remotes/VERSION +++ b/src/im_mad/remotes/VERSION @@ -1 +1 @@ -5.5.85 \ No newline at end of file +5.5.90 \ 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 5845ae9618..fd9d5c07f1 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 = "5.5.85"; + public static final String VERSION = "5.5.90"; public OneSystem(Client client) { diff --git a/src/oca/ruby/opennebula.rb b/src/oca/ruby/opennebula.rb index c6a3dee229..c0cea99729 100644 --- a/src/oca/ruby/opennebula.rb +++ b/src/oca/ruby/opennebula.rb @@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool' module OpenNebula # OpenNebula version - VERSION = '5.5.85' + VERSION = '5.5.90' end