Skip to content

Commit

Permalink
Merge branch 'auxpow-0.19' into 0.19
Browse files Browse the repository at this point in the history
Updated the BIP9 warning height in chain params for Namecoin's segwit
activation height (see bitcoin/bitcoin#17449).
  • Loading branch information
domob1812 committed Nov 18, 2019
2 parents 742d84d + 364b7c8 commit 9b83b7d
Show file tree
Hide file tree
Showing 4 changed files with 1,047 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build_msvc/bitcoin_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* #undef AC_APPLE_UNIVERSAL_BUILD */

/* Version Build */
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

/* Version is release */
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 19)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
Loading

0 comments on commit 9b83b7d

Please sign in to comment.