Skip to content

Commit

Permalink
Patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed Mar 21, 2021
1 parent 5261033 commit 7764462
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version/fort_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#define FORT_VERSION_H

#define APP_VERSION_MAJOR 3
#define APP_VERSION_MINOR 4
#define APP_VERSION_PATCH 0
#define APP_VERSION_STR "3.4.0"
#define APP_VERSION 0x030400
#define APP_VERSION_MINOR 3
#define APP_VERSION_PATCH 3
#define APP_VERSION_STR "3.3.3"
#define APP_VERSION 0x030303

#define APP_NAME "Fort Firewall"
#define APP_PUBLISHER "Nodir Temirkhodjaev"
Expand Down

0 comments on commit 7764462

Please sign in to comment.