Increment SDK version

Version gate next release due to several security fixes.
This commit is contained in:
Kawe Mazidjatari 2022-09-21 21:47:45 +02:00
parent df986f7d3b
commit 678909f40f

View File

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