From b6e594adfc503ff5ec3950b2125c2b74dea9a9e8 Mon Sep 17 00:00:00 2001 From: Andrew Hawes <117602754+Andrew1Hawes@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:25:47 +0000 Subject: [PATCH] Increase version number --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 6231cfb..04f458a 100755 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ #pragma once -#define VERSION "v1.1" +#define VERSION "v1.2" #define DESCRIPTION "For launching Wii VC titles"