UI: Bump version

This commit is contained in:
Nodir Temirkhodjaev 2024-06-05 15:54:52 +03:00
parent f174690871
commit 2f0f1143cb

View File

@ -2,11 +2,11 @@
#define FORT_VERSION_H
#define APP_VERSION_MAJOR 3
#define APP_VERSION_MINOR 12
#define APP_VERSION_PATCH 13
#define APP_VERSION_STR "3.12.13"
#define APP_VERSION_MINOR 13
#define APP_VERSION_PATCH 0
#define APP_VERSION_STR "3.13.0"
#define APP_VERSION_BUILD_STR ""
#define APP_VERSION 0x031213
#define APP_VERSION 0x031300
#define APP_NAME "Fort Firewall"
#define APP_BASE "FortFirewall"