From ed476cbbe71a45c75b696bccfe96d3cfe427893c Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Wed, 8 Jan 2025 09:28:38 -0600 Subject: [PATCH] Increment Mapbase version to v7.3 --- 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 457e5ec9..25bf9bc1 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.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