From 6bd9bcba5d2c95708e377f8cc8926a31edc6b95a Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Sat, 24 Feb 2024 21:19:52 -0600 Subject: [PATCH] Increment version numbers to v7.2 --- sp/src/public/tier0/platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sp/src/public/tier0/platform.h b/sp/src/public/tier0/platform.h index 6d5751a8..457e5ec9 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.1" -#define MAPBASE_VER_INT 7100 // For use in #if in a similar fashion to macros like _MSC_VER +#define MAPBASE_VERSION "7.2" +#define MAPBASE_VER_INT 7200 // For use in #if in a similar fashion to macros like _MSC_VER #endif