From 0da31e9f420e573621712420bf71eb1ca8f6d07f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 30 Dec 2021 17:11:57 +0000 Subject: Add Windows release automation and bump to v0.2 Preparing for the January beta release. --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index b75b78f..605eba7 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define NAME "SST" -#define LONGNAME "Source Speedrun Tools" +#define LONGNAME "Source Speedrun Tools Beta" #define VERSION_MAJOR 0 -#define VERSION_MINOR 1 -#define VERSION "Beta 0.1" +#define VERSION_MINOR 2 +#define VERSION "0.2" -- cgit v1.2.3