From 2a0e54bbf73b43d558b05c9770e1ebb670b5f7fa Mon Sep 17 00:00:00 2001 From: s1lentq Date: Wed, 8 May 2024 14:55:21 +0700 Subject: [PATCH] Bump minor version up to 27 --- regamedll/public/regamedll/regamedll_api.h | 2 +- regamedll/version/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regamedll/public/regamedll/regamedll_api.h b/regamedll/public/regamedll/regamedll_api.h index 8009c14e..d655ee65 100644 --- a/regamedll/public/regamedll/regamedll_api.h +++ b/regamedll/public/regamedll/regamedll_api.h @@ -38,7 +38,7 @@ #include #define REGAMEDLL_API_VERSION_MAJOR 5 -#define REGAMEDLL_API_VERSION_MINOR 26 +#define REGAMEDLL_API_VERSION_MINOR 27 // CBasePlayer::Spawn hook typedef IHookChainClass IReGameHook_CBasePlayer_Spawn; diff --git a/regamedll/version/version.h b/regamedll/version/version.h index 0f32ed96..fc64686b 100644 --- a/regamedll/version/version.h +++ b/regamedll/version/version.h @@ -6,5 +6,5 @@ #pragma once #define VERSION_MAJOR 5 -#define VERSION_MINOR 26 +#define VERSION_MINOR 27 #define VERSION_MAINTENANCE 0