diff --git a/Makefile b/Makefile index 867106fd..00c0696a 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ endif export CROSS_COMPILING ifndef VERSION -VERSION=1.23 +VERSION=1.24 endif ifndef CLIENTBIN diff --git a/code/cmod/vm_extensions.c b/code/cmod/vm_extensions.c index 77e19e55..b7262d5a 100644 --- a/code/cmod/vm_extensions.c +++ b/code/cmod/vm_extensions.c @@ -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