Actually update CMakeLists.txt for real.

And add a little extra to the comment for anti-footgun insurance.
This commit is contained in:
toaster 2022-07-17 22:03:57 +01:00
parent 1c961e60f3
commit a091420764
2 changed files with 2 additions and 1 deletions

View file

@ -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})

View file

@ -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