Skip to content

Commit

Permalink
bump up version for the production release
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoStehlik committed Dec 26, 2019
1 parent 2019aa7 commit 8743110
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 3
#define APP_VER_REV 1
#define APP_VER_BUILD 11
#define APP_VER_REV 2
#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 8743110

Please sign in to comment.