From a35365c3e8e291aa870d580cd64e8de807319c3e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Aug 2024 14:15:11 +0100 Subject: Bump version to 0.8 for next 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 35f11a1..14cde7d 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 7 -#define VERSION "0.7" +#define VERSION_MINOR 8 +#define VERSION "0.8" -- cgit v1.2.3