From f72f653912ccc7b49f86e71c3198d1fd6ec1df72 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 1 Jun 2025 22:16:59 +0100 Subject: Set up for a 0.12 release --- 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 893acc1..2b84166 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 11 -#define VERSION "0.11" +#define VERSION_MINOR 12 +#define VERSION "0.12" -- cgit v1.2.3-54-g00ecf