Add full git commit to About dialog

This commit is contained in:
2019-08-26 00:05:45 +02:00
parent 91633edc78
commit f60150e8c7
7 changed files with 29 additions and 3 deletions

View File

@@ -25,4 +25,6 @@
/** @brief This string holds the @ref git-version-num of the app */
extern const char *_app_version_string;
/** @brief This string holds the git commit hash of the current HEAD revision */
extern const char *_app_git_commit;
/** @} */