From 9cf7b6e9989afad529cf0b6168c62919f83e2b3c Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Mon, 8 Apr 2019 23:17:36 +0500 Subject: [PATCH] Bump 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 99f7f06b..e07ee963 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,10 +2,10 @@ #define VERSION_H #define APP_VERSION_MAJOR 2 -#define APP_VERSION_MINOR 6 +#define APP_VERSION_MINOR 7 #define APP_VERSION_PATCH 0 -#define APP_VERSION_STR "2.6.0" -#define APP_VERSION 0x020600 +#define APP_VERSION_STR "2.7.0" +#define APP_VERSION 0x020700 #define APP_NAME "Fort Firewall" #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases"