Increment version numbers to v7.2

This commit is contained in:
ALLEN-PC\acj30 2024-02-24 21:19:52 -06:00
parent 8f7b70768e
commit 6bd9bcba5d

View File

@ -1281,8 +1281,8 @@ PLATFORM_INTERFACE bool Is64BitOS();
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// General Mapbase version constants compiled into projects for versioning purposes // General Mapbase version constants compiled into projects for versioning purposes
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#define MAPBASE_VERSION "7.1" #define MAPBASE_VERSION "7.2"
#define MAPBASE_VER_INT 7100 // For use in #if in a similar fashion to macros like _MSC_VER #define MAPBASE_VER_INT 7200 // For use in #if in a similar fashion to macros like _MSC_VER
#endif #endif