From d440b7a58cd3c435e712e94478d9a7c09bc1c3ba Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 8 Jun 2025 00:00:02 +0100 Subject: Prep 0.13 release... already --- 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 2b84166..9e2ae71 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 12 -#define VERSION "0.12" +#define VERSION_MINOR 13 +#define VERSION "0.13" -- cgit v1.2.3-54-g00ecf