Skip to content

Commit a273aeb

Browse files
committed
bump to v4.0.1a
1 parent 80e5ac9 commit a273aeb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Note: Dates are UTC+0.
33

44

55

6+
# v?.?.? - ? - 2026-??-?? - rtldg
7+
¿
8+
9+
10+
611
# v4.0.0 - The release that breaks things and didn't merge enough - 2026-01-31 - rtldg
712
[`v3.5.1...v4.0.0`](https://github.com/shavitush/bhoptimer/compare/v3.5.1...v4.0.0)
813

addons/sourcemod/scripting/include/shavit/core.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
#define SHAVIT_VERSION_MAJOR 4
2828
#define SHAVIT_VERSION_MINOR 0
29-
#define SHAVIT_VERSION_PATCH 0
30-
#define SHAVIT_VERSION "4.0.0"
29+
#define SHAVIT_VERSION_PATCH 1
30+
#define SHAVIT_VERSION "4.0.1a"
3131
#define STYLE_LIMIT 256
3232

3333
// god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0

0 commit comments

Comments
 (0)