mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
Bump version to 4.9.80
This commit is contained in:
parent
4373f9c4c4
commit
dc4bab8519
@ -372,7 +372,7 @@ public:
|
||||
*/
|
||||
static string code_version()
|
||||
{
|
||||
return "4.8.0"; // bump version
|
||||
return "4.9.80"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -21,7 +21,7 @@ require 'tmpdir'
|
||||
|
||||
|
||||
DEFAULTS={
|
||||
:version => "4.8.0",
|
||||
:version => "4.9.80",
|
||||
:date => Time.now.strftime("%Y-%m-%d"),
|
||||
:dependencies => []
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '4.8.0'
|
||||
VERSION = '4.9.80'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
4.8.0
|
||||
4.9.80
|
@ -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.8.0";
|
||||
public static final String VERSION = "4.9.80";
|
||||
|
||||
public OneSystem(Client client)
|
||||
{
|
||||
|
@ -56,5 +56,5 @@ require 'opennebula/system'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '4.8.0'
|
||||
VERSION = '4.9.80'
|
||||
end
|
||||
|
@ -232,7 +232,7 @@ var support_tab = {
|
||||
'<br>'+
|
||||
'<div class="row">'+
|
||||
'<div class="large-6 columns">'+
|
||||
'<a href="http://docs.opennebula.org/4.8/" target="_blank">'+
|
||||
'<a href="http://docs.opennebula.org/4.10/" target="_blank">'+
|
||||
'<span class="fa-stack fa-2x" style="color: #cfcfcf;">'+
|
||||
'<i class="fa fa-circle fa-stack-2x"></i>'+
|
||||
'<i class="fa fa-book fa-stack-1x fa-inverse"></i>'+
|
||||
@ -324,7 +324,7 @@ Sunstone.addInfoPanel("support_info_panel", support_info_panel);
|
||||
//Sunstone.addMainTab('enterprise-tab',enterprise_tab);
|
||||
//
|
||||
//$(document).on("click", "#li_doc-tab a", function(){
|
||||
// window.open("http://docs.opennebula.org/4.8/");
|
||||
// window.open("http://docs.opennebula.org/4.10/");
|
||||
// return false;
|
||||
//})
|
||||
//
|
||||
|
@ -107,7 +107,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="text-center large-10 columns right">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 4.8.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 4.9.80</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
<div class="large-12 columns hidden" id="dialogs"></div>
|
||||
</div>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
<div id="footer" style="overflow:visible;">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 4.8.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 4.9.80</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user