From a462d0fefd4776f64a4f509155314526ebe3bb55 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 9 May 2025 17:53:31 +0100 Subject: Fix L4D1 crash for yet another immediate bugfix release Every. Single. Time. And having screwed up the zip dates was just a bonus I suppose. --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index fc82f66..9f7e769 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define NAME "SST" #define LONGNAME "Source Speedrun Tools Beta" #define VERSION_MAJOR 0 -#define VERSION_MINOR 9 -#define VERSION "0.9" +#define VERSION_MINOR 10 +#define VERSION "0.10" -- cgit v1.2.3-54-g00ecf