From a63aa521080a3e928f7819f85047e60606c5739f Mon Sep 17 00:00:00 2001 From: NT_x86 Date: Fri, 7 Oct 2022 16:32:07 +0300 Subject: [PATCH] Increment patch version number --- src/include/versioning.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/versioning.h b/src/include/versioning.h index 249ec95..35832dd 100644 --- a/src/include/versioning.h +++ b/src/include/versioning.h @@ -5,7 +5,7 @@ #define APP_GENER 0 #define APP_MAJOR 0 #define APP_MINOR 107 -#define APP_PATCH 1 +#define APP_PATCH 2 #define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH