mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
0.9.1’s API is designed to be backwards-compatible with 0.9.0 games (resolves issue #839)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user