Added Mapbase version integer preprocessor

This commit is contained in:
Blixibon 2022-03-08 19:03:53 -06:00
parent 8d54443b6a
commit 4f7cac8178

View File

@ -1279,9 +1279,10 @@ PLATFORM_INTERFACE bool Is64BitOS();
#ifdef MAPBASE
//-----------------------------------------------------------------------------
// General Mapbase version constant compiled into projects for versioning purposes
// General Mapbase version constants compiled into projects for versioning purposes
//-----------------------------------------------------------------------------
#define MAPBASE_VERSION "7.0"
#define MAPBASE_VER_INT 7000 // For use in #if in a similar fashion to macros like _MSC_VER
#endif