Skip to content

Commit 5707ab8

Browse files
authored
Merge pull request #153 from cryptapus/myriadcoin.0.14
0.14 backports for v0.14.5.1
2 parents 222bbb4 + 414f80a commit 5707ab8

9 files changed

Lines changed: 15 additions & 722 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 14)
55
define(_CLIENT_VERSION_REVISION, 5)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88

99

src/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ BITCOIN_CORE_H = \
8080
addrman.h \
8181
auxpow.h \
8282
base58.h \
83-
bignum.h \
8483
bloom.h \
8584
blockencodings.h \
8685
chain.h \

0 commit comments

Comments
 (0)