diff --git a/App/Version.h b/App/Version.h index 4026a97..695056d 100644 --- a/App/Version.h +++ b/App/Version.h @@ -5,7 +5,7 @@ #define MAJOR 1 #define MINOR 8 -#define PATCH 4 +#define PATCH 5 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH