Browse Source

Update codename

Alex Szpakowski 7 years ago
parent
commit
277816fc86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/version.h

+ 1 - 1
src/common/version.h

@@ -31,7 +31,7 @@ static const int VERSION_MINOR = 11;
 static const int VERSION_REV = 0;
 static const char *VERSION = LOVE_VERSION_STRING;
 static const char *VERSION_COMPATIBILITY[] =  { VERSION, 0 };
-static const char *VERSION_CODENAME = "";
+static const char *VERSION_CODENAME = "Mysterious Mysteries";
 
 } // love