Tier0: bump game sdk version to 011

Force new version on master server.
This commit is contained in:
Kawe Mazidjatari 2024-11-09 03:04:45 +01:00
parent 913b36d225
commit 2513d9e70e

View File

@ -135,7 +135,7 @@
#define MAX_MAP_NAME_HOST 64 // Max host BSP file name len.
#define MAX_MAP_NAME 64 // Max BSP file name len.
#define SDK_VERSION "VGameSDK010" // Increment this with every /breaking/ SDK change (i.e. security/backend changes breaking compatibility).
#define SDK_VERSION "VGameSDK011" // 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_SYSTEM_CFG_PATH "cfg/system/"