Increment Mapbase version to v7.3

This commit is contained in:
ALLEN-PC\acj30 2025-01-08 09:28:38 -06:00
parent a72779a0e7
commit ed476cbbe7

View File

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