Incremented version numbers to v7.1

This commit is contained in:
Blixibon 2022-10-16 15:18:51 -05:00
parent 852d63ba6f
commit 1bf1225544
2 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,6 +1,6 @@
//=================================================================================================================================================== //===================================================================================================================================================
Mapbase v7.0 - Source 2013 Mapbase v7.1 - Source 2013
https://github.com/mapbase-source/source-sdk-2013 https://github.com/mapbase-source/source-sdk-2013
https://www.moddb.com/mods/mapbase https://www.moddb.com/mods/mapbase

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.0" #define MAPBASE_VERSION "7.1"
#define MAPBASE_VER_INT 7000 // For use in #if in a similar fashion to macros like _MSC_VER #define MAPBASE_VER_INT 7100 // For use in #if in a similar fashion to macros like _MSC_VER
#endif #endif