From e40a638424111c5014815fcdca970cb0d4685d4f Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:54:48 +0200 Subject: [PATCH] Update SDK version Breaking changes where made. --- 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 cff90e42..1ed46916 100644 --- a/r5dev/tier0/basetypes.h +++ b/r5dev/tier0/basetypes.h @@ -134,7 +134,7 @@ #endif // Max BSP file name len. #define MAX_MAP_NAME 64 -#define SDK_VERSION "VGameSDK001" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility). +#define SDK_VERSION "VGameSDK002" // 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