Skip to content

Commit 046baea

Browse files
committed
bump version
1 parent 296df64 commit 046baea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/g_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ static cvarTable_t gameCvarTable[] = {
345345
{ NULL, "gamename", GAMEVERSION , CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
346346
{ NULL, "gamedate", __DATE__ , CVAR_ROM, 0, qfalse },
347347
//TODO: autogenerate gameversion
348-
{ NULL, "gameversion", "17w06a" , CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
348+
{ NULL, "gameversion", "17w11a" , CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
349349
{ &g_restarted, "g_restarted", "0", CVAR_ROM, 0, qfalse },
350350
{ NULL, "sv_mapname", "", CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
351351

0 commit comments

Comments
 (0)