From bcd379ecbf4f55c02956504085962769b54b7ad7 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:29:25 +0200 Subject: [PATCH] Update version gate (VGameSDK007) New content will break older servers and clients --- r5dev/tier0/basetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/tier0/basetypes.h b/r5dev/tier0/basetypes.h index 4e7978f3..fec86049 100644 --- a/r5dev/tier0/basetypes.h +++ b/r5dev/tier0/basetypes.h @@ -145,7 +145,7 @@ #endif // Max BSP file name len. #define MAX_MAP_NAME 64 -#define SDK_VERSION "VGameSDK006" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility). +#define SDK_VERSION "VGameSDK007" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility). #define SDK_ARRAYSIZE(arr) ((sizeof(arr) / sizeof(*arr))) // Name due to IMGUI implementation and NT implementation that we shouldn't share across everywhere. #ifndef DEDICATED