Browse Source

No codename for 0.10.0 yet.

--HG--
branch : minor
Alex Szpakowski 10 years ago
parent
commit
2c3d94b4f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/version.h

+ 1 - 1
src/common/version.h

@@ -30,7 +30,7 @@ const int VERSION_MINOR = 10;
 const int VERSION_REV = 0;
 const char *VERSION = "0.10.0";
 const char *VERSION_COMPATIBILITY[] =  { VERSION, 0 };
-const char *VERSION_CODENAME = "Baby Inspector";
+const char *VERSION_CODENAME = "";
 
 } // love