From 1bf1225544d873c8ff507198d68f694a56ef99e3 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sun, 16 Oct 2022 15:18:51 -0500 Subject: [PATCH] Incremented version numbers to v7.1 --- README | 2 +- sp/src/public/tier0/platform.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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