From 7dcf59519bfc1c65b647c721a09b4c75b39008f1 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Wed, 22 Jan 2020 17:35:56 +0500 Subject: [PATCH] Patch version. --- src/common/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index 1e327cfd..1e481766 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,10 +2,10 @@ #define VERSION_H #define APP_VERSION_MAJOR 3 -#define APP_VERSION_MINOR 2 -#define APP_VERSION_PATCH 0 -#define APP_VERSION_STR "3.2.0" -#define APP_VERSION 0x030200 +#define APP_VERSION_MINOR 1 +#define APP_VERSION_PATCH 6 +#define APP_VERSION_STR "3.1.6" +#define APP_VERSION 0x030106 #define APP_NAME "Fort Firewall" #define APP_PUBLISHER "Nodir Temirkhodjaev"