Browse Source

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

Alex Szpakowski 11 years ago
parent
commit
3a24e73891
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/version.h

+ 1 - 1
src/common/version.h

@@ -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