Updated version to 0.9.0 (codename TBD)

This commit is contained in:
Alex Szpakowski
2013-03-03 19:55:37 -04:00
parent 22c514e53a
commit d5245483ef
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ namespace love
// Version stuff.
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 8;
const int VERSION_MINOR = 9;
const int VERSION_REV = 0;
const char *VERSION = "0.8.0";
const char *VERSION = "0.9.0";
const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char *VERSION_CODENAME = "Rubber Piggy";
const char *VERSION_CODENAME = "";
} // love