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

Bump version to 4.3.90

This commit is contained in:
Javi Fontan 2013-11-21 18:58:40 +01:00
parent 972bb1f94a
commit f783d3082b
11 changed files with 12 additions and 12 deletions

View File

@ -357,12 +357,12 @@ public:
*/ */
static string version() static string version()
{ {
return "OpenNebula 4.3.85"; return "OpenNebula 4.3.90";
}; };
static string db_version() static string db_version()
{ {
return "4.3.85"; return "4.3.90";
} }
/** /**

View File

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

View File

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

View File

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

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

View File

@ -54,5 +54,5 @@ require 'opennebula/system'
module OpenNebula module OpenNebula
# OpenNebula version # OpenNebula version
VERSION = '4.3.85' VERSION = '4.3.90'
end end

View File

@ -20,7 +20,7 @@ require 'ipaddr'
require 'set' require 'set'
module OneDBFsck module OneDBFsck
VERSION = "4.3.85" VERSION = "4.3.90"
def db_version def db_version
VERSION VERSION

View File

@ -65,7 +65,7 @@
</div> </div>
<div id="footer" style="overflow:visible;" class="ui-layout-south"> <div id="footer" style="overflow:visible;" class="ui-layout-south">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.3.85</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>. <a href="http://opennebula.org" target="_blank">OpenNebula 4.3.90</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div> </div>
<div id="dialogs"> <div id="dialogs">

View File

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

View File

@ -86,7 +86,7 @@
</div> </div>
<div id="footer" style="overflow:visible;text-align:center;padding:8px;font-size:12px"> <div id="footer" style="overflow:visible;text-align:center;padding:8px;font-size:12px">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.3.85</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>. <a href="http://opennebula.org" target="_blank">OpenNebula 4.3.90</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div> </div>
</div> </div>
<div id="dialogs"></div> <div id="dialogs"></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.3.85</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>. <a href="http://opennebula.org" target="_blank">OpenNebula 4.3.90</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div> </div>
</body> </body>
</html> </html>