diff --git a/README b/README index d5ca32ee..8154a607 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ //=================================================================================================================================================== - Mapbase v7.0 - Source 2013 + Mapbase v7.1 - Source 2013 https://github.com/mapbase-source/source-sdk-2013 https://www.moddb.com/mods/mapbase diff --git a/sp/src/public/tier0/platform.h b/sp/src/public/tier0/platform.h index 7ed61545..6d5751a8 100644 --- a/sp/src/public/tier0/platform.h +++ b/sp/src/public/tier0/platform.h @@ -1281,8 +1281,8 @@ PLATFORM_INTERFACE bool Is64BitOS(); //----------------------------------------------------------------------------- // 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 +#define MAPBASE_VERSION "7.1" +#define MAPBASE_VER_INT 7100 // For use in #if in a similar fashion to macros like _MSC_VER #endif