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=<