Skip to content

Commit

Permalink
cmod: Bump version to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomenor committed Feb 8, 2023
1 parent fe514ce commit 3a6cd7d
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.26
VERSION=1.27
endif

ifndef CLIENTBIN
Expand Down
2 changes: 1 addition & 1 deletion code/cmod/vm_extensions.c
Expand Up @@ -77,7 +77,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.26" },
{ "ui_version_string", "cMod HM v1.27" },

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

0 comments on commit 3a6cd7d

Please sign in to comment.