Skip to content

Commit

Permalink
Switch to beta-release
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m37r4 authored Dec 23, 2023
1 parent 96824d4 commit 546c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstrike/addons/amxmodx/scripting/include/regg.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define REGG_PATCH_VERSION 41

#define REGG_VERSION str_to_num(fmt("%d%d%d", REGG_MAJOR_VERSION, REGG_MINOR_VERSION, REGG_PATCH_VERSION))
#define REGG_VERSION_STR fmt("%d.%d.%d-alpha", REGG_MAJOR_VERSION, REGG_MINOR_VERSION, REGG_PATCH_VERSION)
#define REGG_VERSION_STR fmt("%d.%d.%d-beta", REGG_MAJOR_VERSION, REGG_MINOR_VERSION, REGG_PATCH_VERSION)

stock const REGG_DIR_NAME[MAX_NAME_LENGTH] = "regg"; // Mod directory name
stock const REGG_MAIN_CFG_FILE[] = "regg-main.cfg"; // Main config file of mod
Expand Down

0 comments on commit 546c28e

Please sign in to comment.