Update version keeping

This commit is contained in:
Bart van Strien
2011-10-02 17:00:09 +02:00
parent 66ecf8aff0
commit bd2172f826
4 changed files with 9 additions and 14 deletions
+2 -3
View File
@@ -27,9 +27,8 @@ namespace love
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 8;
const int VERSION_REV = 0;
const int VERSION = VERSION_MAJOR*100 + VERSION_MINOR*10 + VERSION_REV;
const int VERSION_COMPATIBILITY[] = { VERSION, 072, 071, 070, 0 };
const char * VERSION_STR = "0.8.0";
const char * VERSION = "0.8.0";
const char * VERSION_COMPATIBILITY[] = { VERSION };
const char * VERSION_CODENAME = "Rubber Piggy";
} // love