From ee96ef9f7f50658bbfa137a58a7a812fc3be2269 Mon Sep 17 00:00:00 2001 From: rtldg Date: Tue, 24 Jun 2025 15:50:35 +0000 Subject: [PATCH] poke version & changelog for next version AGAIN --- CHANGELOG.md | 5 +++++ addons/sourcemod/scripting/include/shavit/core.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb3f56c..5c047517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Note: Dates are UTC+0. +# v3.?.? - ? - 2025-0?-? - rtldg +what will go here? hmm i wonder... maybe vscript pull request? maybe updating tf2 gamedata because i forgot? who knows... + + + # v3.5.1 - small things - 2025-06-24 - rtldg - fix olivia's name in the author lists https://github.com/shavitush/bhoptimer/commit/f0ccf6dc0aa45aa72d7c428d5c8866aae28467e4 - shavit-wr.sp - add back buttons to !delete menus (QoL) https://github.com/shavitush/bhoptimer/commit/877b71aa4d8a7735ee0eec189dd0ef6a72249180 @mourningsickness @rtldg diff --git a/addons/sourcemod/scripting/include/shavit/core.inc b/addons/sourcemod/scripting/include/shavit/core.inc index 2c471645..103a2709 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.1" +#define SHAVIT_VERSION "3.5.2a" #define STYLE_LIMIT 256 // god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0