diff --git a/src/version/fort_version.h b/src/version/fort_version.h index d717178a..8b8b7bfe 100644 --- a/src/version/fort_version.h +++ b/src/version/fort_version.h @@ -2,10 +2,10 @@ #define FORT_VERSION_H #define APP_VERSION_MAJOR 3 -#define APP_VERSION_MINOR 3 -#define APP_VERSION_PATCH 3 -#define APP_VERSION_STR "3.3.3" -#define APP_VERSION 0x030303 +#define APP_VERSION_MINOR 4 +#define APP_VERSION_PATCH 0 +#define APP_VERSION_STR "3.4.0" +#define APP_VERSION 0x030400 #define APP_NAME "Fort Firewall" #define APP_PUBLISHER "Nodir Temirkhodjaev"