From 45a2f22f4ef7e251b0183e5bae71ad12967a9f52 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Aug 2024 22:09:50 +0100 Subject: Begin the new version cycle yet again at 0.9 --- 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 14cde7d..fc82f66 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 8 -#define VERSION "0.8" +#define VERSION_MINOR 9 +#define VERSION "0.9" -- cgit v1.2.3