From 0896c774ec0baad5f88488b0ccfc24211ba8c4b4 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 22 Oct 2010 17:36:52 +0200 Subject: [PATCH] Master is now OpenNebula 2.1.0 --- include/Nebula.h | 2 +- src/cli/command_parse.rb | 2 +- src/cloud/common/CloudClient.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Nebula.h b/include/Nebula.h index 15e5268775..16182f7d01 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -203,7 +203,7 @@ public: static string version() { - return "OpenNebula 2.0.0"; + return "OpenNebula 2.1.0"; }; void start(); diff --git a/src/cli/command_parse.rb b/src/cli/command_parse.rb index e1c406e147..cb840e62f0 100644 --- a/src/cli/command_parse.rb +++ b/src/cli/command_parse.rb @@ -31,7 +31,7 @@ Options: EOT ONE_VERSION=<<-EOT -OpenNebula 2.0.0 +OpenNebula 2.1.0 Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org) Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/src/cloud/common/CloudClient.rb b/src/cloud/common/CloudClient.rb index 8f725b509d..d047892e1f 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -138,7 +138,7 @@ module CloudCLI def version_text version=<