From 67ec0f0701e02fc74a3d2220b6fd83e928eb6a43 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Thu, 14 Dec 2017 18:22:25 +0500 Subject: [PATCH] Hotfix version. --- src/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index 91c2df24..4204bdc9 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,8 +2,8 @@ #define VERSION_H #define APP_NAME "Fort Firewall" -#define APP_VERSION_STR "1.4.0" -#define APP_VERSION 0x010400 +#define APP_VERSION_STR "1.3.1" +#define APP_VERSION 0x010301 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define FORT_DRIVER_VERSION 3