mirror of
https://github.com/tnodir/fort
synced 2024-11-15 11:45:09 +00:00
Bump versions
This commit is contained in:
parent
8c959869dd
commit
346a2e76a6
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
#define APP_VERSION_MAJOR 3
|
#define APP_VERSION_MAJOR 3
|
||||||
#define APP_VERSION_MINOR 12
|
#define APP_VERSION_MINOR 12
|
||||||
#define APP_VERSION_PATCH 2
|
#define APP_VERSION_PATCH 3
|
||||||
#define APP_VERSION_STR "3.12.2"
|
#define APP_VERSION_STR "3.12.3"
|
||||||
#define APP_VERSION_BUILD_STR ""
|
#define APP_VERSION_BUILD_STR ""
|
||||||
#define APP_VERSION 0x031202
|
#define APP_VERSION 0x031203
|
||||||
|
|
||||||
#define APP_NAME "Fort Firewall"
|
#define APP_NAME "Fort Firewall"
|
||||||
#define APP_BASE "FortFirewall"
|
#define APP_BASE "FortFirewall"
|
||||||
@ -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 33
|
#define DRIVER_VERSION 34
|
||||||
|
|
||||||
#endif // FORT_VERSION_H
|
#endif // FORT_VERSION_H
|
||||||
|
Loading…
Reference in New Issue
Block a user