0.9.1’s API is designed to be backwards-compatible with 0.9.0 games (resolves issue #839)

This commit is contained in:
Alex Szpakowski
2014-01-27 02:28:38 -04:00
parent 988404e4ca
commit 3a24e73891
+1 -1
View File
@@ -29,7 +29,7 @@ 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 };
const char *VERSION_COMPATIBILITY[] = { VERSION, "0.9.0", 0 };
const char *VERSION_CODENAME = "Baby Inspector";
} // love