1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

Bump to version 4.5.85

This commit is contained in:
Jaime Melis 2014-04-03 11:21:05 +02:00
parent 2493b33037
commit 960d6b1f94
9 changed files with 9 additions and 9 deletions

View File

@ -372,7 +372,7 @@ public:
*/
static string code_version()
{
return "4.5.80"; // bump version
return "4.5.85"; // bump version
}
/**

View File

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

View File

@ -16,7 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
VERSION=${VERSION:-4.5.80}
VERSION=${VERSION:-4.5.85}
MAINTAINER=${MAINTAINER:-C12G Labs <support@c12g.com>}
LICENSE=${LICENSE:-Apache 2.0}
PACKAGE_NAME=${PACKAGE_NAME:-one-context}

View File

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

View File

@ -1 +1 @@
4.5.80
4.5.85

View File

@ -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.5.80";
public static final String VERSION = "4.5.85";
public OneSystem(Client client)
{

View File

@ -56,5 +56,5 @@ require 'opennebula/system'
module OpenNebula
# OpenNebula version
VERSION = '4.5.80'
VERSION = '4.5.85'
end

View File

@ -88,7 +88,7 @@
</div>
<div id="dialogs"></div>
<div class="left-footer text-center">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.80</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.85</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div>
</body>
</html>

View File

@ -26,7 +26,7 @@
<div id="footer" style="overflow:visible;">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.80</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.85</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div>
</body>
</html>