Bump minor version up to 27

This commit is contained in:
s1lentq 2024-05-08 14:55:21 +07:00
parent 0626800fbb
commit 2a0e54bbf7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,5 +6,5 @@
#pragma once
#define VERSION_MAJOR 5
#define VERSION_MINOR 26
#define VERSION_MINOR 27
#define VERSION_MAINTENANCE 0