1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Bump version 5.2

This commit is contained in:
Jaime Melis 2016-09-27 11:49:32 +02:00
parent 1270a5660b
commit 238a75c608
10 changed files with 10 additions and 10 deletions

View File

@ -335,7 +335,7 @@ public:
*/ */
static string code_version() static string code_version()
{ {
return "5.1.80"; // bump version return "5.2.0"; // bump version
} }
/** /**

View File

@ -13,7 +13,7 @@ require 'pp'
module CloudClient module CloudClient
# OpenNebula version # OpenNebula version
VERSION = '5.1.80' VERSION = '5.2.0'
# ######################################################################### # #########################################################################
# Default location for the authentication file # Default location for the authentication file

View File

@ -21,7 +21,7 @@ require 'tmpdir'
DEFAULTS={ DEFAULTS={
:version => "5.1.80", :version => "5.2.0",
:date => Time.now.strftime("%Y-%m-%d"), :date => Time.now.strftime("%Y-%m-%d"),
:dependencies => [] :dependencies => []
} }

View File

@ -1,3 +1,3 @@
module RbVmomi module RbVmomi
VERSION = '1.9.3'.freeze VERSION = '5.2.0'.freeze
end end

View File

@ -50,7 +50,7 @@ end
module CloudClient module CloudClient
# OpenNebula version # OpenNebula version
VERSION = '5.1.80' VERSION = '5.2.0'
# ######################################################################### # #########################################################################
# Default location for the authentication file # Default location for the authentication file

View File

@ -1 +1 @@
5.1.80 5.2.0

View File

@ -32,7 +32,7 @@ public class OneSystem
private static final String GROUP_QUOTA_INFO = "groupquota.info"; private static final String GROUP_QUOTA_INFO = "groupquota.info";
private static final String GROUP_QUOTA_UPDATE = "groupquota.update"; private static final String GROUP_QUOTA_UPDATE = "groupquota.update";
public static final String VERSION = "5.1.80"; public static final String VERSION = "5.2.0";
public OneSystem(Client client) public OneSystem(Client client)
{ {

View File

@ -66,5 +66,5 @@ require 'opennebula/marketplaceapp_pool'
module OpenNebula module OpenNebula
# OpenNebula version # OpenNebula version
VERSION = '5.1.80' VERSION = '5.2.0'
end end

View File

@ -72,7 +72,7 @@
</ul> </ul>
</div> </div>
<div id="footer" class="text-center large-12 columns"> <div id="footer" class="text-center large-12 columns">
<a href="http://opennebula.org" target="_blank">OpenNebula 5.1.80</a> <a href="http://opennebula.org" target="_blank">OpenNebula 5.2.0</a>
<br> by <br> by
<a href="http://OpenNebula.systems" target="_blank">OpenNebula Systems</a>. <a href="http://OpenNebula.systems" target="_blank">OpenNebula Systems</a>.
</div> </div>

View File

@ -26,7 +26,7 @@
<% end %> <% end %>
<div id="footer" style="overflow:visible;"> <div id="footer" style="overflow:visible;">
<a href="http://opennebula.org" target="_blank">OpenNebula 5.1.80</a> <a href="http://opennebula.org" target="_blank">OpenNebula 5.2.0</a>
by by
<a href="http://opennebula.systems" target="_blank">OpenNebula Systems</a> <a href="http://opennebula.systems" target="_blank">OpenNebula Systems</a>
. .