mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Increased version to 0.9.1
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user