From a91ce053fc132ad04eb057ce0d178b8f9c883989 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sun, 10 Mar 2019 23:06:53 +0500 Subject: [PATCH] Bump 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 a5d65f20..ff08b91a 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 "2.5.0" -#define APP_VERSION 0x020500 +#define APP_VERSION_STR "2.6.0" +#define APP_VERSION 0x020600 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"