From 04b465b8914bb8a0965e137dd1a5bd14f2963482 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 24 Nov 2025 22:21:49 +0000 Subject: Begin work on 0.16! --- 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 998e139..2680f79 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 15 -#define VERSION "0.15" +#define VERSION_MINOR 16 +#define VERSION "0.16" -- cgit v1.2.3-54-g00ecf