aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2013-06-29 14:16:50 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-11-26 14:00:48 +0100
commit99f73bd2fda6fa27a65d9559f9ba35bf11100f5d (patch)
tree3380fc39ac4b52dce4545a912d0f658a0be44c35
parentf607729b26813f549284c8e90a8606565e972d12 (diff)
downloadbitcoin-99f73bd2fda6fa27a65d9559f9ba35bf11100f5d.tar.xz
Fix build date for from-tarball builds
-rw-r--r--src/version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cpp b/src/version.cpp
index 8af406feab..d9d6724a02 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -36,7 +36,7 @@ const std::string CLIENT_NAME("Satoshi");
// git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID "$Format:%h$"
-# define GIT_COMMIT_DATE "$Format:%cD"
+# define GIT_COMMIT_DATE "$Format:%cD$"
#endif
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \