From ef9cc0e76e2a998655d5376be7cbe1cf0ffd9462 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 9 Oct 2022 17:14:29 +0200 Subject: [PATCH] Update version string --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 5af5264..40662f0 100644 --- a/src/main.h +++ b/src/main.h @@ -12,7 +12,7 @@ extern "C" { #define MAXPATHLEN 256 -#define VERSION "v0.2" +#define VERSION "v0.3" #define VERSION_FULL VERSION VERSION_EXTRA #define wiiu_geterrno() (errno)