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:
parent
253d75ef0b
commit
68a7909348
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user