From edef920a2d7d753f93cd716052d8f2104bfdfa62 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 4 May 2019 15:57:56 -0700 Subject: Actually bump version --- 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 d67c184..56988d4 100644 --- a/App/Version.h +++ b/App/Version.h @@ -5,7 +5,7 @@ #define MAJOR 5 #define MINOR 0 -#define PATCH 2 +#define PATCH 3 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH -- cgit 1.4.1