Increased version to 0.9.2.

This commit is contained in:
Alex Szpakowski
2014-06-18 19:05:43 -03:00
parent 2ae4e9cd5a
commit 738cc01468
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ namespace love
// Version stuff.
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 9;
const int VERSION_REV = 1;
const char *VERSION = "0.9.1";
const char *VERSION_COMPATIBILITY[] = { VERSION, "0.9.0", 0 };
const int VERSION_REV = 2;
const char *VERSION = "0.9.2";
const char *VERSION_COMPATIBILITY[] = { VERSION, "0.9.1", "0.9.0", 0 };
const char *VERSION_CODENAME = "Baby Inspector";
} // love