mirror of
https://github.com/love2d/love.git
synced 2026-08-21 13:09:56 +02:00
Codename Baby Inspector
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
LOVE 0.9.0 []
|
||||
LOVE 0.9.0 [Baby Inspector]
|
||||
--------------
|
||||
|
||||
* Added --fused command line argument, to simulate fusing.
|
||||
|
||||
@@ -30,7 +30,7 @@ const int VERSION_MINOR = 9;
|
||||
const int VERSION_REV = 0;
|
||||
const char *VERSION = "0.9.0";
|
||||
const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
|
||||
const char *VERSION_CODENAME = "";
|
||||
const char *VERSION_CODENAME = "Baby Inspector";
|
||||
|
||||
} // love
|
||||
|
||||
|
||||
Reference in New Issue
Block a user