From 19fe683f14e1ba71e34b18d8f753bb5c93a75126 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 12 Jun 2023 22:39:37 +0100 Subject: Bump version to 0.6 and reset changelog string --- 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 fe2a790..2d07166 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 5 -#define VERSION "0.5" +#define VERSION_MINOR 6 +#define VERSION "0.6" -- cgit v1.2.3