From c8ae6a5e0699ae88ff57e135bcf36384f262b01d Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 25 Apr 2024 12:08:15 +0200 Subject: [PATCH] Update version to 0.3.0 --- source/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/globals.h b/source/globals.h index cde7d3b..e674816 100644 --- a/source/globals.h +++ b/source/globals.h @@ -9,7 +9,7 @@ #include #include -#define VERSION "v0.3.0-dev" +#define VERSION "v0.3.0" #define VERSION_FULL VERSION VERSION_EXTRA extern StoredBuffer gStoredTVBuffer;