From a5128e0daf67c49357f9b60b1fbeef42996015af Mon Sep 17 00:00:00 2001 From: tmp64 Date: Sat, 19 Aug 2023 20:16:23 +0700 Subject: [PATCH] Bump API version to 3.14 --- rehlds/public/rehlds/rehlds_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/public/rehlds/rehlds_api.h b/rehlds/public/rehlds/rehlds_api.h index 9c6962f..356d75d 100644 --- a/rehlds/public/rehlds/rehlds_api.h +++ b/rehlds/public/rehlds/rehlds_api.h @@ -37,7 +37,7 @@ #include "pr_dlls.h" #define REHLDS_API_VERSION_MAJOR 3 -#define REHLDS_API_VERSION_MINOR 13 +#define REHLDS_API_VERSION_MINOR 14 //Steam_NotifyClientConnect hook typedef IHookChain IRehldsHook_Steam_NotifyClientConnect;