Update version.cpp

This commit is contained in:
cygnusxi 2016-12-21 04:54:03 -05:00 committed by GitHub
parent 7b123c35b9
commit 2ea30a2e38

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. // git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
#define GIT_ARCHIVE 1 #define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE #ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID "4a425dc" # define GIT_COMMIT_ID "7b123c3"
# define GIT_COMMIT_DATE "$Format:%cD" # define GIT_COMMIT_DATE "$Format:%cD"
#endif #endif