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

Bump version 5.1.80

This commit is contained in:
Jaime Melis 2016-09-14 17:27:24 +02:00
parent 04f4ee3c8a
commit a49f2a747f
18 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2015, OpenNebula Project, OpenNebula Systems */
/* Copyright 2002-2016, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
/* not use this file except in compliance with the License. You may obtain */

View File

@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2015, OpenNebula Project, OpenNebula Systems */
/* Copyright 2002-2016, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
/* not use this file except in compliance with the License. You may obtain */

View File

@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2015, OpenNebula Project, OpenNebula Systems */
/* Copyright 2002-2016, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
/* not use this file except in compliance with the License. You may obtain */

View File

@ -335,7 +335,7 @@ public:
*/
static string code_version()
{
return "5.0.1"; // bump version
return "5.1.80"; // bump version
}
/**

View File

@ -13,7 +13,7 @@ require 'pp'
module CloudClient
# OpenNebula version
VERSION = '5.0.1'
VERSION = '5.1.80'
# #########################################################################
# Default location for the authentication file

View File

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

View File

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

View File

@ -1 +1 @@
5.0.1
5.1.80

View File

@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2015, OpenNebula Project, OpenNebula Systems */
/* Copyright 2002-2016, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
/* not use this file except in compliance with the License. You may obtain */

View File

@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2015, OpenNebula Project, OpenNebula Systems */
/* Copyright 2002-2016, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
/* not use this file except in compliance with the License. You may obtain */

View File

@ -1,7 +1,7 @@
# SConstruct for src/vnm
# -------------------------------------------------------------------------- #
# Copyright 2002-2015, OpenNebula Project, OpenNebula Systems #
# Copyright 2002-2016, OpenNebula Project, OpenNebula Systems #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
# not use this file except in compliance with the License. You may obtain #

View File

@ -1,7 +1,7 @@
#!/bin/bash
# -------------------------------------------------------------------------- #
# Copyright 2002-2015, OpenNebula Project, OpenNebula Systems #
# Copyright 2002-2016, OpenNebula Project, OpenNebula Systems #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
# not use this file except in compliance with the License. You may obtain #

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# -------------------------------------------------------------------------- #
# Copyright 2002-2015, OpenNebula Project, OpenNebula Systems #
# Copyright 2002-2016, OpenNebula Project, OpenNebula Systems #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
# not use this file except in compliance with the License. You may obtain #

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

View File

@ -66,5 +66,5 @@ require 'opennebula/marketplaceapp_pool'
module OpenNebula
# OpenNebula version
VERSION = '5.0.1'
VERSION = '5.1.80'
end

View File

@ -199,7 +199,7 @@ SUPPORT = {
:author_name => "OpenNebula Support Team",
:support_subscription => "http://opennebula.systems/support/",
:account => "http://opennebula.systems/buy/",
:docs => "http://docs.opennebula.org/5.0/",
:docs => "http://docs.opennebula.org/5.2/",
:community => "http://opennebula.org/support/community/",
:project => "OpenNebula"
}

View File

@ -72,7 +72,7 @@
</ul>
</div>
<div id="footer" class="text-center large-12 columns">
<a href="http://opennebula.org" target="_blank">OpenNebula 5.0.1</a>
<a href="http://opennebula.org" target="_blank">OpenNebula 5.1.80</a>
<br> by
<a href="http://OpenNebula.systems" target="_blank">OpenNebula Systems</a>.
</div>

View File

@ -26,7 +26,7 @@
<% end %>
<div id="footer" style="overflow:visible;">
<a href="http://opennebula.org" target="_blank">OpenNebula 5.0.1</a>
<a href="http://opennebula.org" target="_blank">OpenNebula 5.1.80</a>
by
<a href="http://opennebula.systems" target="_blank">OpenNebula Systems</a>
.