Skip to content

Commit

Permalink
Bump up version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoStehlik committed May 10, 2020
1 parent 7b20faf commit 694b437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#define APP_VER_MAJOR 0
#define APP_VER_MINOR 4
#define APP_VER_REV 0
#define APP_VER_BUILD 4
#define APP_VER_REV 1
#define APP_VER_BUILD 1

#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)
Expand Down

0 comments on commit 694b437

Please sign in to comment.