Skip to content

Commit

Permalink
Update version.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
xaria-coin authored Sep 2, 2018
1 parent c7afcf9 commit b45411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define APP_VER_MAJOR 0
#define APP_VER_MINOR 0
#define APP_VER_REV 0
#define APP_VER_BUILD 01
#define APP_VER_BUILD 02

#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 b45411b

Please sign in to comment.