From 9635766217c1e1af343d03ef3b963f98d604e1e8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 9 Oct 2022 16:36:00 +0200 Subject: [PATCH] Update version string --- source/globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/globals.h b/source/globals.h index a6d0b03..786634b 100644 --- a/source/globals.h +++ b/source/globals.h @@ -9,7 +9,7 @@ #include #include -#define VERSION "v0.1.1" +#define VERSION "v0.2" #define VERSION_FULL VERSION VERSION_EXTRA extern StoredBuffer gStoredTVBuffer; @@ -23,4 +23,4 @@ extern std::forward_list> gLoadedData; extern std::forward_list> gLoadOnNextLaunch; extern std::mutex gLoadedDataMutex; extern std::map gUsedRPLs; -extern std::vector gAllocatedAddresses; \ No newline at end of file +extern std::vector gAllocatedAddresses;