client version bump

This commit is contained in:
Evan Duffield 2015-08-03 13:41:04 -07:00
parent 6ce96625dd
commit ecea4bfaf9
3 changed files with 12 additions and 9 deletions

View File

@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12) define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 35) define(_CLIENT_VERSION_BUILD, 36)
define(_CLIENT_VERSION_IS_RELEASE, true) define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2015) define(_COPYRIGHT_YEAR, 2015)
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash]) AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])

View File

@ -52,15 +52,18 @@ This does not affect wallet forward or backward compatibility.
0.12.0 changelog 0.12.0 changelog
---------------- ----------------
Switched to Bitcoin Core version 0.10 Switched to Bitcoin Core version 0.10 - https://bitcoin.org/en/release/v0.10.0
https://bitcoin.org/en/release/v0.10.0
Implemented decentralized budget system Implemented decentralized budget system
Removed reference node Removed reference node
Implemented new decentralized masternode payment consensus system Implemented new decentralized masternode payment consensus system
Improved speed of DS Improved speed of DS
New masternode payment/winners/budgets syncing strategy New masternode payment/winners/budgets syncing strategy
Platform indepentant masternode ranking system Platform independent masternode ranking system
Masternode broadcasts, pings and winners now use the inventory system Masternode broadcasts, pings and winners now use the inventory system
Transaction indexing is enabled by default for all clients
Better implementation of IX block reprocessing to find and remove an invalid block
IX nearly 100% successful with new implementation
Credits Credits

View File

@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_MINOR 12
#define CLIENT_VERSION_REVISION 0 #define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 35 #define CLIENT_VERSION_BUILD 36
//! Set to true for release, false for prerelease or test build //! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true #define CLIENT_VERSION_IS_RELEASE true