2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-05-03 02:19:30 +03:00

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
gradle.properties
regamedll/public/regamedll

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

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