We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2c317 commit aa329dbCopy full SHA for aa329db
gradle.properties
@@ -1,3 +1,3 @@
1
majorVersion=5
2
-minorVersion=6
+minorVersion=7
3
maintenanceVersion=0
regamedll/public/regamedll/regamedll_api.h
@@ -38,7 +38,7 @@
38
#include <API/CSInterfaces.h>
39
40
#define REGAMEDLL_API_VERSION_MAJOR 5
41
-#define REGAMEDLL_API_VERSION_MINOR 6
+#define REGAMEDLL_API_VERSION_MINOR 7
42
43
// CBasePlayer::Spawn hook
44
typedef IHookChainClass<void, class CBasePlayer> IReGameHook_CBasePlayer_Spawn;
0 commit comments