Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Avygeil committed Feb 10, 2017
1 parent efa1e02 commit e72b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/g_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ static cvarTable_t gameCvarTable[] = {
{ NULL, "gamename", GAMEVERSION , CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
{ NULL, "gamedate", __DATE__ , CVAR_ROM, 0, qfalse },
//TODO: autogenerate gameversion
{ NULL, "gameversion", "17w05a" , CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
{ NULL, "gameversion", "17w06a" , CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },
{ &g_restarted, "g_restarted", "0", CVAR_ROM, 0, qfalse },
{ NULL, "sv_mapname", "", CVAR_SERVERINFO | CVAR_ROM, 0, qfalse },

Expand Down

0 comments on commit e72b619

Please sign in to comment.