mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
Bump to version 5.3.85
This commit is contained in:
parent
431f96a783
commit
d0ca67a6e4
@ -357,7 +357,7 @@ public:
|
||||
*/
|
||||
static string code_version()
|
||||
{
|
||||
return "5.3.80"; // bump version
|
||||
return "5.3.85"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@ require 'pp'
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.3.80'
|
||||
VERSION = '5.3.85'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -21,7 +21,7 @@ require 'tmpdir'
|
||||
|
||||
|
||||
DEFAULTS={
|
||||
:version => "5.3.80",
|
||||
:version => "5.3.85",
|
||||
:date => Time.now.strftime("%Y-%m-%d"),
|
||||
:dependencies => []
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
module RbVmomi
|
||||
VERSION = '5.3.80'.freeze
|
||||
VERSION = '5.3.85'.freeze
|
||||
end
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.3.80'
|
||||
VERSION = '5.3.85'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
5.3.80
|
||||
5.3.85
|
@ -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.3.80";
|
||||
public static final String VERSION = "5.3.85";
|
||||
|
||||
public OneSystem(Client client)
|
||||
{
|
||||
|
@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.3.80'
|
||||
VERSION = '5.3.85'
|
||||
end
|
||||
|
@ -81,7 +81,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div id="footer" class="text-center large-12 columns">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 5.3.80</a>
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 5.3.85</a>
|
||||
<br> by
|
||||
<a href="http://OpenNebula.systems" target="_blank">OpenNebula Systems</a>.
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
||||
<% end %>
|
||||
|
||||
<div id="footer" style="overflow:visible;">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 5.3.80</a>
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 5.3.85</a>
|
||||
by
|
||||
<a href="http://opennebula.systems" target="_blank">OpenNebula Systems</a>
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user