Skip to content

Commit

Permalink
Update version.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
exploshot committed Oct 3, 2020
1 parent 412a0a5 commit 8ed67a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#define PROJECT_COPYRIGHT "@PROJECT_COPYRIGHT@"
#define APP_VER_MAJOR 6
#define APP_VER_MINOR 0
#define APP_VER_REV 0
#define APP_VER_BUILD 6000
#define APP_VER_REV 1
#define APP_VER_BUILD 6071

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

0 comments on commit 8ed67a4

Please sign in to comment.