UI: Bump build and driver versions

This commit is contained in:
Nodir Temirkhodjaev 2024-09-13 17:48:19 +05:00
parent c180a3b91c
commit 2188d1840f

View File

@ -5,7 +5,7 @@
#define APP_VERSION_MINOR 13 #define APP_VERSION_MINOR 13
#define APP_VERSION_PATCH 11 #define APP_VERSION_PATCH 11
#define APP_VERSION_STR "3.13.11" #define APP_VERSION_STR "3.13.11"
#define APP_VERSION_BUILD_STR "-test01" #define APP_VERSION_BUILD_STR "-test02"
#define APP_VERSION 0x031311 #define APP_VERSION 0x031311
#define APP_NAME "Fort Firewall" #define APP_NAME "Fort Firewall"
@ -16,6 +16,6 @@
#define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases"
#define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"
#define DRIVER_VERSION 36 #define DRIVER_VERSION 37
#endif // FORT_VERSION_H #endif // FORT_VERSION_H