Skip to content

Commit b3c8306

Browse files
authoredSep 30, 2020
Make the build an actual release (#3753)
* Make the build an actual release Signed-off-by: pasta <pasta@dashboost.org> * bump build version Signed-off-by: pasta <pasta@dashboost.org> * bump diff version Signed-off-by: pasta <pasta@dashboost.org>
1 parent bc9fa66 commit b3c8306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 16)
55
define(_CLIENT_VERSION_REVISION, 0)
6-
define(_CLIENT_VERSION_BUILD, 0)
7-
define(_CLIENT_VERSION_IS_RELEASE, false)
6+
define(_CLIENT_VERSION_BUILD, 1)
7+
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2020)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]])

‎doc/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ A lot of refactoring, code cleanups and other small fixes were done in this rele
363363
0.16 Change log
364364
===============
365365

366-
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.15.0.0...dashpay:v0.16.0.0).
366+
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.15.0.0...dashpay:v0.16.0.1).
367367

368368
- [`37fe9a6e2f`](https://github.com/dashpay/dash/commit/37fe9a6e2f) Fix mempool sync (#3725)
369369
- [`69b77765ba`](https://github.com/dashpay/dash/commit/69b77765ba) qt: Fix font family updates (#3746)

0 commit comments

Comments
 (0)
Please sign in to comment.