Increased version to 0.9.1

This commit is contained in:
Alex Szpakowski
2014-01-22 18:26:10 -04:00
parent ba7e69d776
commit 10f1e23931
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ namespace love
// Version stuff.
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 9;
const int VERSION_REV = 0;
const char *VERSION = "0.9.0";
const int VERSION_REV = 1;
const char *VERSION = "0.9.1";
const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char *VERSION_CODENAME = "Baby Inspector";