Bump minor API version

This commit is contained in:
s1lent 2020-02-14 17:17:31 +07:00
parent 593d1e1450
commit 8c82c6236e
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
majorVersion=5 majorVersion=5
minorVersion=13 minorVersion=14
maintenanceVersion=0 maintenanceVersion=0

View File

@ -38,7 +38,7 @@
#include <API/CSInterfaces.h> #include <API/CSInterfaces.h>
#define REGAMEDLL_API_VERSION_MAJOR 5 #define REGAMEDLL_API_VERSION_MAJOR 5
#define REGAMEDLL_API_VERSION_MINOR 13 #define REGAMEDLL_API_VERSION_MINOR 14
// CBasePlayer::Spawn hook // CBasePlayer::Spawn hook
typedef IHookChainClass<void, class CBasePlayer> IReGameHook_CBasePlayer_Spawn; typedef IHookChainClass<void, class CBasePlayer> IReGameHook_CBasePlayer_Spawn;