Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit c00dbd4

Browse files
committed
bump version number for 5.0.1 release
Signed-off-by: bigfinfrank <[email protected]>
1 parent a4eb4c0 commit c00dbd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/loader.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ echoln "[loader.cfg] Start of loader.cfg";
55
exec "./config/utility/clear.cfg";
66

77
echoln "[loader.cfg] Loading"; // Echo the command arguments on the console
8-
echoln "[loader.cfg] Fin's CS2 Config 5.0.0";
8+
echoln "[loader.cfg] Fin's CS2 Config 5.0.1";
99
echoln "[loader.cfg] https://steamcommunity.com/id/bigfinfrank";
1010
echoln "[loader.cfg] https://github.com/bigfinfrank/cfg";
11-
echoln "[loader.cfg] Last edited: November 4th 2023";
11+
echoln "[loader.cfg] Last edited: November 6th 2023";
1212
echoln "[loader.cfg] ";
1313
echoln "[loader.cfg] ";
1414
echoln "[loader.cfg] ";
@@ -120,10 +120,10 @@ echoln "[loader.cfg] ";
120120
echoln "[loader.cfg] ";
121121
echoln "[loader.cfg] ";
122122
echoln "[loader.cfg] Loaded";
123-
echoln "[loader.cfg] Fin's CS2 Config 5.0.0";
123+
echoln "[loader.cfg] Fin's CS2 Config 5.0.1";
124124
echoln "[loader.cfg] https://steamcommunity.com/id/bigfinfrank";
125125
echoln "[loader.cfg] https://github.com/bigfinfrank/cfg";
126-
echoln "[loader.cfg] Last edited: November 4th 2023";
126+
echoln "[loader.cfg] Last edited: November 6th 2023";
127127
echoln "[loader.cfg] ";
128128
echoln "[loader.cfg] ";
129129
echoln "[loader.cfg] ";

config/primary/init.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ echoln "[init.cfg] Start of init.cfg";
33

44

55
echoln "[init.cfg] {1} Initializing";
6-
hostname "Fin's CS2 Config 5.0.0 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
7-
alias "fin_version" "echoln 5.0.0"; // Sets version number to an alias (can be output with: "alias fin_version")
6+
hostname "Fin's CS2 Config 5.0.1 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
7+
alias "fin_version" "echoln 5.0.1"; // Sets version number to an alias (can be output with: "alias fin_version")
88
alias "echoln" "echoln"; // Allows easy changing between echo and echoln commands.
99
sv_steamgroup "42297947"; // The ID of the steam group that this server belongs to. You can find your group's ID on the admin profile page in the steam community. (currently https://steamcommunity.com/groups/advancedcfg)
1010
cl_clanid "42297947"; // Current clan ID for name decoration

0 commit comments

Comments
 (0)