mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
Bump version to 5.5.90 (#2211)
This commit is contained in:
parent
302f19cd48
commit
b196091573
@ -357,7 +357,7 @@ public:
|
||||
*/
|
||||
static string code_version()
|
||||
{
|
||||
return "5.5.85"; // bump version
|
||||
return "5.5.90"; // bump version
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# -------------------------------------------------------------------------- #
|
||||
# Copyright 2002-2017, OpenNebula Project, OpenNebula Systems #
|
||||
# Copyright 2002-2018, 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 #
|
||||
|
@ -13,7 +13,7 @@ require 'pp'
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.5.85'
|
||||
VERSION = '5.5.90'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -19,7 +19,7 @@
|
||||
require 'fileutils'
|
||||
require 'tmpdir'
|
||||
|
||||
VERSION = "5.5.85"
|
||||
VERSION = "5.5.90"
|
||||
|
||||
def version
|
||||
v = VERSION
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
module CloudClient
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.5.85'
|
||||
VERSION = '5.5.90'
|
||||
|
||||
# #########################################################################
|
||||
# Default location for the authentication file
|
||||
|
@ -1 +1 @@
|
||||
5.5.85
|
||||
5.5.90
|
@ -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.5.85";
|
||||
public static final String VERSION = "5.5.90";
|
||||
|
||||
public OneSystem(Client client)
|
||||
{
|
||||
|
@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool'
|
||||
module OpenNebula
|
||||
|
||||
# OpenNebula version
|
||||
VERSION = '5.5.85'
|
||||
VERSION = '5.5.90'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user