added scm_rev_gen project to automatically create a header with the git revision on build

This commit is contained in:
ShizZy 2013-09-13 17:46:27 -04:00
parent bfa6493324
commit 9709dd2def
5 changed files with 181 additions and 3 deletions

View file

@ -13,7 +13,7 @@
#define BUILD_TYPE_STR ""
#endif
const char *scm_rev_str = "Dolphin "
const char *scm_rev_str = "Akiru "
#if !SCM_IS_MASTER
"[" SCM_BRANCH_STR "] "
#endif