From e5e7309fc273dcc2cb2b6dd727117fd11ae38d0f Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 6 Nov 2019 09:44:13 -0800 Subject: Update installer to vs2019 --- App/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'App/Version.h') diff --git a/App/Version.h b/App/Version.h index 56988d4..cbb8fa3 100644 --- a/App/Version.h +++ b/App/Version.h @@ -4,8 +4,8 @@ #define TO_STRING(s) TO_STRING2(s) #define MAJOR 5 -#define MINOR 0 -#define PATCH 3 +#define MINOR 1 +#define PATCH 0 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH -- cgit 1.4.1