From f2f9f18a893527ee80260a2d57bca3023f8fd44f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 31 Jul 2025 20:05:40 +0100 Subject: Set up for 0.15 Don't worry about the fact I typed l4 instead 14 for the last release btw. No idea how that happened but I guess it doesn't matter anyway. --- 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 6e60474..998e139 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 14 -#define VERSION "0.14" +#define VERSION_MINOR 15 +#define VERSION "0.15" -- cgit v1.2.3-54-g00ecf