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)