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:
parent
1270a5660b
commit
238a75c608
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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
|
||||||
|
@ -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 => []
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module RbVmomi
|
module RbVmomi
|
||||||
VERSION = '1.9.3'.freeze
|
VERSION = '5.2.0'.freeze
|
||||||
end
|
end
|
||||||
|
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
5.1.80
|
5.2.0
|
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user