From 6059a1d1b99186a28bcd3c60822bc8310724bfd4 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 23 Nov 2019 14:14:32 -0800 Subject: Bump version --- 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 8068f03..1541697 100644 --- a/App/Version.h +++ b/App/Version.h @@ -3,8 +3,8 @@ #define TO_STRING2(s) L#s #define TO_STRING(s) TO_STRING2(s) -#define MAJOR 5 -#define MINOR 2 +#define MAJOR 6 +#define MINOR 0 #define PATCH 0 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) -- cgit 1.4.1