From 4c767981432349076cafbaa5931a5f72d7e293ed Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Fri, 25 Feb 2011 15:20:50 +0100 Subject: [PATCH] Update version to 2.3.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 751172374c..ccfbcf7e04 100644 --- a/include/Nebula.h +++ b/include/Nebula.h @@ -203,7 +203,7 @@ public: static string version() { - return "OpenNebula 2.1.0"; + return "OpenNebula 2.3.0"; }; void start(); diff --git a/src/cli/command_parse.rb b/src/cli/command_parse.rb index 133699fe6a..74bd0ca880 100644 --- a/src/cli/command_parse.rb +++ b/src/cli/command_parse.rb @@ -31,7 +31,7 @@ Options: EOT ONE_VERSION=<<-EOT -OpenNebula 2.1.0 +OpenNebula 2.3.0 Copyright 2002-2011, 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 3560c973ff..8a4d436927 100644 --- a/src/cloud/common/CloudClient.rb +++ b/src/cloud/common/CloudClient.rb @@ -173,7 +173,7 @@ module CloudCLI def version_text version=<