We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e5ac9 commit a273aebCopy full SHA for a273aeb
CHANGELOG.md
@@ -3,6 +3,11 @@ Note: Dates are UTC+0.
3
4
5
6
+# v?.?.? - ? - 2026-??-?? - rtldg
7
+¿
8
+
9
10
11
# v4.0.0 - The release that breaks things and didn't merge enough - 2026-01-31 - rtldg
12
[`v3.5.1...v4.0.0`](https://github.com/shavitush/bhoptimer/compare/v3.5.1...v4.0.0)
13
addons/sourcemod/scripting/include/shavit/core.inc
@@ -26,8 +26,8 @@
26
27
#define SHAVIT_VERSION_MAJOR 4
28
#define SHAVIT_VERSION_MINOR 0
29
-#define SHAVIT_VERSION_PATCH 0
30
-#define SHAVIT_VERSION "4.0.0"
+#define SHAVIT_VERSION_PATCH 1
+#define SHAVIT_VERSION "4.0.1a"
31
#define STYLE_LIMIT 256
32
33
// god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0
0 commit comments