1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

Change Nebula.h version for bump version script

This commit is contained in:
Javi Fontan 2014-03-04 12:49:42 +01:00
parent 253d75ef0b
commit 68a7909348

View File

@ -363,7 +363,7 @@ public:
*/
static string version()
{
return "OpenNebula 4.5.0";
return "OpenNebula " + code_version();
};
/**
@ -372,7 +372,7 @@ public:
*/
static string code_version()
{
return "4.5.0";
return "4.5.0"; // bump version
}
/**