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:
parent
04f4ee3c8a
commit
a49f2a747f
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -335,7 +335,7 @@ public:
|
||||
*/
|
||||
static string code_version()
|
||||
{
|
||||
return "5.0.1"; // bump version
|
||||
return "5.1.80"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@ require 'pp'
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.0.1'
|
||||
VERSION = '5.1.80'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -21,7 +21,7 @@ require 'tmpdir'
|
||||
|
||||
|
||||
DEFAULTS={
|
||||
:version => "5.0.1",
|
||||
:version => "5.1.80",
|
||||
:date => Time.now.strftime("%Y-%m-%d"),
|
||||
:dependencies => []
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.0.1'
|
||||
VERSION = '5.1.80'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
5.0.1
|
||||
5.1.80
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 #
|
||||
|
@ -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 #
|
||||
|
@ -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 #
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -66,5 +66,5 @@ require 'opennebula/marketplaceapp_pool'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.0.1'
|
||||
VERSION = '5.1.80'
|
||||
end
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user