From 5de8c1e04ba08ba0159741f7299b135d83879f5b Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Tue, 2 May 2023 18:45:59 +0200 Subject: [PATCH] Oops --- App/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/Version.h b/App/Version.h index 88906dff..e014f2f4 100644 --- a/App/Version.h +++ b/App/Version.h @@ -3,8 +3,8 @@ #define TO_STRING2(s) #s #define TO_STRING(s) TO_STRING2(s) -#define MAJOR 4 -#define MINOR 1 +#define MAJOR 3 +#define MINOR 2 #define PATCH 0 #define VERSION_STR TO_STRING(MAJOR) "." TO_STRING(MINOR) "." TO_STRING(PATCH)