From 0d3e544183ef1abc689cb7c13ff158345c9fc691 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Mon, 17 Feb 2020 15:07:40 +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 a16322c2..e6fe5a39 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,10 +2,10 @@ #define VERSION_H #define APP_VERSION_MAJOR 3 -#define APP_VERSION_MINOR 2 +#define APP_VERSION_MINOR 3 #define APP_VERSION_PATCH 0 -#define APP_VERSION_STR "3.2.0" -#define APP_VERSION 0x030200 +#define APP_VERSION_STR "3.3.0" +#define APP_VERSION 0x030300 #define APP_NAME "Fort Firewall" #define APP_PUBLISHER "Nodir Temirkhodjaev"