Skip to content

Commit

Permalink
Bump minor version up to 27
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed May 8, 2024
1 parent 0626800 commit 2a0e54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regamedll/public/regamedll/regamedll_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion regamedll/version/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#pragma once

#define VERSION_MAJOR 5
#define VERSION_MINOR 26
#define VERSION_MINOR 27
#define VERSION_MAINTENANCE 0

0 comments on commit 2a0e54b

Please sign in to comment.