We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f4ba commit c269e61Copy full SHA for c269e61
src/clientversion.cpp
@@ -24,11 +24,7 @@ const std::string CLIENT_NAME("Satoshi");
24
// - "// No build information available", if proper git information is not available
25
#endif
26
27
-//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
28
-#ifdef GIT_ARCHIVE
29
-#define GIT_COMMIT_ID "$Format:%H$"
30
-#define GIT_COMMIT_DATE "$Format:%cD$"
31
-#endif
+//! git will put "#define GIT_COMMIT_ID ..." on the next line inside archives. $Format:%n#define GIT_COMMIT_ID "%H"$
32
33
#ifdef BUILD_GIT_TAG
34
#define BUILD_DESC BUILD_GIT_TAG
0 commit comments