diff --git a/App/Version.h b/App/Version.h index 83aacbd..f9bc7c9 100644 --- a/App/Version.h +++ b/App/Version.h @@ -5,7 +5,7 @@ #define MAJOR 1 #define MINOR 8 -#define PATCH 2 +#define PATCH 3 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH