diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e80b549e2ef0b44aa8b4e1caf72d75f8d5427b3..8bd7684382f443fa671e574f9151cb0bbbde18b4 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 ffbdd8c40cdedb759b527f8d127b3a15d61812f7..7f6a74c500d956b53249ddeb8256275b9a5596fb 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