From 277816fc86fe02b1c48208261d1b424cd0e5898e Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 11 Mar 2018 19:11:33 -0300 Subject: [PATCH] Update codename --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index d121e9cdb..90468f05f 100644 --- a/src/common/version.h +++ b/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