From 0e6b61f87b676028fcfd75bbf576f48a0ef91632 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Fri, 8 Nov 2019 09:13:28 -0800 Subject: Add orchard + transparent swapping --- 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 32753aa..8068f03 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 1 -#define PATCH 1 +#define MINOR 2 +#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