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