1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

Feature #4369: Bump DB version to 4.90.0

This commit is contained in:
Carlos Martín
2016-03-18 12:55:03 +01:00
parent 82892ad70f
commit cf2da75c4d

View File

@ -338,7 +338,7 @@ public:
*/
static string shared_db_version()
{
return "4.11.80";
return "4.90.0";
}
/**
@ -347,7 +347,7 @@ public:
*/
static string local_db_version()
{
return "4.13.85";
return "4.90.0";
}
/**