Browse Source

Codename Baby Inspector

Alex Szpakowski 12 years ago
parent
commit
005344dddd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      changes.txt
  2. 1 1
      src/common/version.h

+ 1 - 1
changes.txt

@@ -1,4 +1,4 @@
-LOVE 0.9.0 []
+LOVE 0.9.0 [Baby Inspector]
 --------------
 
   * Added --fused command line argument, to simulate fusing.

+ 1 - 1
src/common/version.h

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