Kaynağa Gözat

Add codename

Sasha Szpakowski 7 ay önce
ebeveyn
işleme
5ac9b2f1c4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/common/version.h

+ 1 - 1
src/common/version.h

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