From ebc79f7edf118713017c5f1a5505de819026c34b Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sat, 16 Nov 2019 12:29:38 +0500 Subject: [PATCH] Bump major 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 50785ca8..f654e868 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -1,11 +1,11 @@ #ifndef VERSION_H #define VERSION_H -#define APP_VERSION_MAJOR 2 -#define APP_VERSION_MINOR 11 +#define APP_VERSION_MAJOR 3 +#define APP_VERSION_MINOR 0 #define APP_VERSION_PATCH 0 -#define APP_VERSION_STR "2.11.0" -#define APP_VERSION 0x021100 +#define APP_VERSION_STR "3.0.0" +#define APP_VERSION 0x030000 #define APP_NAME "Fort Firewall" #define APP_PUBLISHER "Nodir Temirkhodjaev"