[Pkg-bitcoin-commits] [bitcoin] 12/18: New upstream version 0.15.0~dfsg

Jonas Smedegaard dr at jones.dk
Thu Sep 14 08:06:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository bitcoin.

commit 8785d2d6ef3444f67e62b38d49ef3135739e4196
Merge: cc11018 3751912
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Sep 14 09:30:55 2017 +0200

    New upstream version 0.15.0~dfsg

 .travis.yml           |   1 +
 doc/release-notes.md  | 483 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/clientversion.cpp |   4 +-
 3 files changed, 483 insertions(+), 5 deletions(-)

diff --cc src/clientversion.cpp
index e38ef7b,d2344de..581a40c
--- a/src/clientversion.cpp
+++ b/src/clientversion.cpp
@@@ -42,11 -42,10 +42,11 @@@ const std::string CLIENT_NAME("Satoshi"
  #include "build.h"
  #endif
  
 -//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
 +//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. 
 +#define GIT_ARCHIVE 1
  #ifdef GIT_ARCHIVE
- #define GIT_COMMIT_ID "29a3cb23780"
- #define GIT_COMMIT_DATE "Mon, 28 Aug 2017 10:29:10 +0200"
 -#define GIT_COMMIT_ID "$Format:%h$"
 -#define GIT_COMMIT_DATE "$Format:%cD$"
++#define GIT_COMMIT_ID "3751912e8e0"
++#define GIT_COMMIT_DATE "Mon, 11 Sep 2017 00:13:03 +0200"
  #endif
  
  #define BUILD_DESC_WITH_SUFFIX(maj, min, rev, build, suffix) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list