1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Bump version to 4.9.80

This commit is contained in:
Javi Fontan 2014-10-10 15:48:16 +02:00
parent 4373f9c4c4
commit dc4bab8519
9 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
4.8.0 4.9.80

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 = "4.8.0"; public static final String VERSION = "4.9.80";
public OneSystem(Client client) public OneSystem(Client client)
{ {

View File

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

View File

@ -232,7 +232,7 @@ var support_tab = {
'<br>'+ '<br>'+
'<div class="row">'+ '<div class="row">'+
'<div class="large-6 columns">'+ '<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;">'+ '<span class="fa-stack fa-2x" style="color: #cfcfcf;">'+
'<i class="fa fa-circle fa-stack-2x"></i>'+ '<i class="fa fa-circle fa-stack-2x"></i>'+
'<i class="fa fa-book fa-stack-1x fa-inverse"></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); //Sunstone.addMainTab('enterprise-tab',enterprise_tab);
// //
//$(document).on("click", "#li_doc-tab a", function(){ //$(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; // return false;
//}) //})
// //

View File

@ -107,7 +107,7 @@
</div> </div>
</div> </div>
<div id="footer" class="text-center large-10 columns right"> <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>
<div class="large-12 columns hidden" id="dialogs"></div> <div class="large-12 columns hidden" id="dialogs"></div>
</div> </div>

View File

@ -26,7 +26,7 @@
<div id="footer" style="overflow:visible;"> <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> </div>
</body> </body>
</html> </html>