Update API minor version

This commit is contained in:
Alik Aslanyan 2018-02-19 19:10:22 +04:00
parent bc2c3176e4
commit aa329db276
No known key found for this signature in database
GPG Key ID: 2C47E56B0C0281F1
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
majorVersion=5
minorVersion=6
minorVersion=7
maintenanceVersion=0

View File

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