Skip to content

Commit 0b37cba

Browse files
authored
Merge pull request #253 from tcsabina/master
Preparing 1.41 release
2 parents 18ff8f5 + f71e04a commit 0b37cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/g_local.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575

7676
#define MOD_NAME ("KTX")
7777
#define MOD_FULLNAME ("KTX: Kombat Teams eXtreme")
78-
#define MOD_VERSION ("1.41-dev")
78+
#define MOD_VERSION ("1.41")
7979
#define MOD_BUILD_DATE (__DATE__ ", " __TIME__)
8080
#define MOD_SERVERINFO_MOD_KEY ("ktxver")
8181
#define MOD_URL ("https://github.com/QW-Group/ktx")
8282
#define GIT_COMMIT ("")
8383

8484
// keep lines to 38 chars max
85-
#define MOD_RELEASE_QUOTE ("This KTX version was released during\nthe COVID-19 pandemic, historic time\nof worldwide confinement. Our thoughts\ngo out to all the victims of the virus\nand to their families and loved ones.")
86-
#define MOD_RELEASE_HASHTAGS ("#COVID19 #StayHomeStaySafe #PlaySomeQW")
85+
//#define MOD_RELEASE_QUOTE ("This KTX version was released during\nthe COVID-19 pandemic, historic time\nof worldwide confinement. Our thoughts\ngo out to all the victims of the virus\nand to their families and loved ones.")
86+
//#define MOD_RELEASE_HASHTAGS ("#COVID19 #StayHomeStaySafe #PlaySomeQW")
8787

8888
// qqshka - hmm, seems in C this is macros
8989
#undef max

src/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ void ShowVersion()
16581658
G_sprint(self, 2, "%s....: %28s\n", redtext("Date"), dig3s("%s", cvar_string("qwm_builddate")));
16591659
G_sprint(self, 2, "%s.: %28s\n", redtext("Webpage"), cvar_string("qwm_homepage"));
16601660

1661-
G_sprint(self, 2, "\n%s\n\n%s\n", MOD_RELEASE_QUOTE, redtext(MOD_RELEASE_HASHTAGS));
1661+
// G_sprint(self, 2, "\n%s\n\n%s\n", MOD_RELEASE_QUOTE, redtext(MOD_RELEASE_HASHTAGS));
16621662

16631663
if ((int)cvar("sv_specprint") & SPECPRINT_SPRINT)
16641664
{

0 commit comments

Comments
 (0)