Skip to content

Commit

Permalink
cmod: Bump version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomenor committed Jan 17, 2022
1 parent a3ab91f commit 64b3c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -112,7 +112,7 @@ endif
export CROSS_COMPILING

ifndef VERSION
VERSION=1.18
VERSION=1.19
endif

ifndef CLIENTBIN
Expand Down
2 changes: 1 addition & 1 deletion code/cmod/vm_extensions.c
Expand Up @@ -74,7 +74,7 @@ static qboolean VMExt_CheckGetString( const char *command, char *buffer, unsigne
int i;
static const char *keys[][2] = {
// Display this version value in the UI menu pane.
{ "ui_version_string", "cMod HM v1.18" },
{ "ui_version_string", "cMod HM v1.19" },

// Enable UI options for various cvar settings.
#ifdef CMOD_MAP_BRIGHTNESS_SETTINGS
Expand Down

0 comments on commit 64b3c90

Please sign in to comment.