From 4300168ea4daf9af4bb8734561342a60a7f03c6d Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 11 Oct 2022 15:09:47 +0200 Subject: [PATCH] Update version string --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 893f634..018e214 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection"); WUMS_USE_WUT_DEVOPTAB(); -#define VERSION "v0.2.2" +#define VERSION "v0.2.3" DECL_FUNCTION(void, OSCancelThread, OSThread *thread) { if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) { @@ -53,4 +53,4 @@ WUMS_APPLICATION_ENDS() { stopFSIOThreads(); deinitLogging(); -} \ No newline at end of file +}