From 37afe67488ed93dc5e39942271dd24481797fe77 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 2 Jun 2022 16:03:34 +0100 Subject: Bump version number right away (from now on!) It'll be less confusing not to have development builds versioned the same as existing releases. That's probably obvious, but I'm still new to this releasing software business! --- 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 d21c1b7..fe2a790 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 4 -#define VERSION "0.4" +#define VERSION_MINOR 5 +#define VERSION "0.5" -- cgit v1.2.3