Skip to content

Commit

Permalink
cmod: Bump version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomenor committed May 14, 2022
1 parent 821d7ec commit 6724f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ endif
export CROSS_COMPILING

ifndef VERSION
VERSION=1.23
VERSION=1.24
endif

ifndef CLIENTBIN
Expand Down
2 changes: 1 addition & 1 deletion code/cmod/vm_extensions.c
Original file line number Diff line number Diff line change
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.23" },
{ "ui_version_string", "cMod HM v1.24" },

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

0 comments on commit 6724f3c

Please sign in to comment.