From 5085af8b5163f14d37284b5ee0e8fb2c4aaef7cb Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Thu, 7 Nov 2019 09:02:13 -0800 Subject: Add previously-available settings --- App/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App/Version.h') diff --git a/App/Version.h b/App/Version.h index cbb8fa3..32753aa 100644 --- a/App/Version.h +++ b/App/Version.h @@ -5,7 +5,7 @@ #define MAJOR 5 #define MINOR 1 -#define PATCH 0 +#define PATCH 1 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH -- cgit 1.4.1