Codename Baby Inspector

This commit is contained in:
Alex Szpakowski
2013-05-24 04:16:19 -03:00
parent 0545138f1e
commit 005344dddd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
LOVE 0.9.0 [] LOVE 0.9.0 [Baby Inspector]
-------------- --------------
* Added --fused command line argument, to simulate fusing. * Added --fused command line argument, to simulate fusing.
+1 -1
View File
@@ -30,7 +30,7 @@ const int VERSION_MINOR = 9;
const int VERSION_REV = 0; const int VERSION_REV = 0;
const char *VERSION = "0.9.0"; const char *VERSION = "0.9.0";
const char *VERSION_COMPATIBILITY[] = { VERSION, 0 }; const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char *VERSION_CODENAME = ""; const char *VERSION_CODENAME = "Baby Inspector";
} // love } // love