From 4a03f3efe6835cd14a95954e66d695916f2beeaa Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 24 Feb 2024 15:17:06 +0100 Subject: [PATCH] Bump version to 0.3.0-dev --- source/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/globals.h b/source/globals.h index dae304c..04146ca 100644 --- a/source/globals.h +++ b/source/globals.h @@ -9,7 +9,7 @@ #include #include -#define VERSION "v0.2.4" +#define VERSION "v0.3.0-dev" #define VERSION_FULL VERSION VERSION_EXTRA extern StoredBuffer gStoredTVBuffer;