mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Bump version to 0.17.0.1
This commit is contained in:
parent
3ff90110cb
commit
1536a05d41
@ -3,7 +3,7 @@ AC_PREREQ([2.60])
|
||||
define(_CLIENT_VERSION_MAJOR, 0)
|
||||
define(_CLIENT_VERSION_MINOR, 17)
|
||||
define(_CLIENT_VERSION_REVISION, 0)
|
||||
define(_CLIENT_VERSION_BUILD, 0)
|
||||
define(_CLIENT_VERSION_BUILD, 1)
|
||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||
define(_COPYRIGHT_YEAR, 2021)
|
||||
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
||||
|
@ -1,4 +1,4 @@
|
||||
Dash Core version 0.17.0.0
|
||||
Dash Core version 0.17.0.1
|
||||
==========================
|
||||
|
||||
Release is now available from:
|
||||
@ -43,7 +43,7 @@ Downgrading to a version older than 0.14.0.3 is no longer supported due to
|
||||
changes in the "evodb" database format. If you need to use an older version,
|
||||
you must either reindex or re-sync the whole chain.
|
||||
|
||||
### Downgrade of masternodes to < 0.17.0.0
|
||||
### Downgrade of masternodes to < 0.17.0.1
|
||||
|
||||
Starting with the 0.16 release, masternodes verify the protocol version of other
|
||||
masternodes. This results in PoSe punishment/banning for outdated masternodes,
|
||||
@ -264,10 +264,10 @@ Miscellaneous
|
||||
-------------
|
||||
A lot of refactoring, code cleanups and other small fixes were done in this release.
|
||||
|
||||
0.17.0.0 Change log
|
||||
0.17.0.1 Change log
|
||||
===================
|
||||
|
||||
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.16.1.1...dashpay:v0.17.0.0).
|
||||
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.16.1.1...dashpay:v0.17.0.1).
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
Loading…
Reference in New Issue
Block a user