From b1b1ea928fe7857baf012641a6cf8027f9a55a2c Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Tue, 12 Mar 2019 15:31:25 +0500 Subject: [PATCH] Patch version. --- src/common/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index ff08b91a..0dcd1a6e 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,11 +2,11 @@ #define VERSION_H #define APP_NAME "Fort Firewall" -#define APP_VERSION_STR "2.6.0" -#define APP_VERSION 0x020600 +#define APP_VERSION_STR "2.5.1" +#define APP_VERSION 0x020501 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest" -#define DRIVER_VERSION 11 +#define DRIVER_VERSION 12 #endif // VERSION_H