From ecff7fa886852270896732b042db97c1a5ac1c4b Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 15 Dec 2018 13:53:48 -0800 Subject: Bump Version --- App/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App') diff --git a/App/Version.h b/App/Version.h index 2cde34a..d67c184 100644 --- a/App/Version.h +++ b/App/Version.h @@ -5,7 +5,7 @@ #define MAJOR 5 #define MINOR 0 -#define PATCH 1 +#define PATCH 2 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH -- cgit 1.4.1