diff --git a/CHANGELOG.md b/CHANGELOG.md index 09140318..6a56308f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ CHANGELOG.md file for bhoptimer -- https://github.com/shavitush/bhoptimer Note: Dates are UTC+0. + +# v3.?.? - ? - 2025-06-?? - rtldg +- shavit-mapchooser timerified (more) https://github.com/shavitush/bhoptimer/pull/1242 @mourningsickness + + + # v3.5.0 - too much, too little, and too late - 2025-06-06 - rtldg this is too dense and unreadable. I'm sorry... diff --git a/addons/sourcemod/scripting/include/shavit/core.inc b/addons/sourcemod/scripting/include/shavit/core.inc index f9eaf1e0..d3ebc3a5 100644 --- a/addons/sourcemod/scripting/include/shavit/core.inc +++ b/addons/sourcemod/scripting/include/shavit/core.inc @@ -24,7 +24,7 @@ #endif #define _shavit_core_included -#define SHAVIT_VERSION "3.5.0" +#define SHAVIT_VERSION "3.5.1a" #define STYLE_LIMIT 256 // god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0