commit id

This commit is contained in:
cygnusxi 2015-06-11 02:50:01 -04:00
parent c744c101f5
commit 184e7a9f8d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const std::string CLIENT_NAME("curecoin");
// git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID "99999"
# define GIT_COMMIT_ID "c744c10"
# define GIT_COMMIT_DATE "$Format:%cD"
#endif