Bump version gate string

Bumped to '008' for version gating as this release fixes security issues.
This commit is contained in:
Kawe Mazidjatari 2023-04-10 00:12:27 +02:00
parent 294ac7d02e
commit 7ae19d245a

View File

@ -145,7 +145,7 @@
#endif // Max BSP file name len. #endif // Max BSP file name len.
#define MAX_MAP_NAME 64 #define MAX_MAP_NAME 64
#define SDK_VERSION "VGameSDK007" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility). #define SDK_VERSION "VGameSDK008" // 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. #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 #ifndef DEDICATED