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

Bump version

This commit is contained in:
Javi Fontan 2013-05-06 16:01:32 +02:00
parent a597c7a85a
commit 437346202c
11 changed files with 12 additions and 12 deletions
include
share
rubygems
scripts/context-packages
src
cloud/common
oca
java/src/org/opennebula/client
ruby
onedb
ozones/Server/templates
sunstone/views

View File

@ -340,12 +340,12 @@ public:
*/
static string version()
{
return "OpenNebula 3.9.90";
return "OpenNebula 4.0.0";
};
static string db_version()
{
return "3.9.90";
return "4.0.0";
}
/**

View File

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

View File

@ -16,7 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
VERSION=${VERSION:-3.9.80}
VERSION=${VERSION:-4.0.0}
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 = '3.9.90'
VERSION = '4.0.0'
# #########################################################################
# 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_UPDATE = "groupquota.update";
public static final String VERSION = "3.9.90";
public static final String VERSION = "4.0.0";
public OneSystem(Client client)
{

View File

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

View File

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

View File

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

View File

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

View File

@ -86,7 +86,7 @@
</div>
<div id="footer" style="overflow:visible;text-align:center;padding:8px;font-size:12px">
<a href="http://opennebula.org" target="_blank">OpenNebula 3.9.90</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
<a href="http://opennebula.org" target="_blank">OpenNebula 4.0.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div>
</div>
<div id="dialogs"></div>

View File

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