From 1f2d9ce197eafd16803de087cc5b6f8b8f4345a6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 21 Jun 2025 14:48:56 +0100 Subject: Bump version to 0.14 for the next release cycle --- 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 9e2ae71..6e60474 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 13 -#define VERSION "0.13" +#define VERSION_MINOR 14 +#define VERSION "0.14" -- cgit v1.2.3-54-g00ecf