Skip to content

Commit

Permalink
Fix typo. githash canonically doesn't start 0x
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTea committed Aug 21, 2019
1 parent b8d4ae5 commit 0f6e95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revision.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#if (GitVersion == 0)
#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD)
#else
#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit 0x@GIT_COMMIT_HASH@)"
#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit @GIT_COMMIT_HASH@)"
#endif

#ifdef NDEBUG
Expand Down

0 comments on commit 0f6e95f

Please sign in to comment.