Skip to content

Commit

Permalink
Patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed Mar 16, 2019
1 parent ff1ccd0 commit 0f255e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#define VERSION_H

#define APP_NAME "Fort Firewall"
#define APP_VERSION_STR "2.6.0"
#define APP_VERSION 0x020600
#define APP_VERSION_STR "2.5.2"
#define APP_VERSION 0x020502
#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 DRIVER_VERSION 12
#define DRIVER_VERSION 13

#endif // VERSION_H

0 comments on commit 0f255e5

Please sign in to comment.