diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e80b549..8bd76843 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) # DO NOT CHANGE THIS SRB2 STRING! Some variable names depend on this string. # Version change is fine. project(SRB2 - VERSION 1.3 + VERSION 1.4 LANGUAGES C) if(${PROJECT_SOURCE_DIR} MATCHES ${PROJECT_BINARY_DIR}) diff --git a/src/doomdef.h b/src/doomdef.h index ffbdd8c4..7f6a74c5 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -152,6 +152,7 @@ extern char logfilename[1024]; #define VERSIONSTRING "v1.4" #define VERSIONSTRINGW L"v1.4" // Hey! If you change this, add 1 to the MODVERSION below! Otherwise we can't force updates! +// And change CMakeLists.txt (not src/, but in root), for CMake users! // AND appveyor.yml, for the build bots! #endif