Skip to content

Commit 276b6e3

Browse files
codablockUdjinM6
authored andcommitted
[v0.14.0.x] bump version to 0.14.0.1 and prepare release notes (#2952)
* Bump version to 0.14.0.1 * Run gen-manpages.sh to update versions * Prepare 0.14.0.1 release notes Changelog is still missing and will be added later
1 parent 8c74396 commit 276b6e3

File tree

9 files changed

+801
-680
lines changed

9 files changed

+801
-680
lines changed

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, 0)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2019)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PROJECT_NAME = "Dash Core"
4141
# could be handy for archiving the generated documentation or if some version
4242
# control system is used.
4343

44-
PROJECT_NUMBER = 0.14.0.0
44+
PROJECT_NUMBER = 0.14.0.1
4545

4646
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4747
# for a project that appears at the top of each page and should give viewer a

doc/man/dash-cli.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
2-
.TH DASH-CLI "1" "May 2019" "dash-cli v0.14.0.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2+
.TH DASH-CLI "1" "May 2019" "dash-cli v0.14.0.1" "User Commands"
33
.SH NAME
4-
dash-cli \- manual page for dash-cli v0.14.0.0
4+
dash-cli \- manual page for dash-cli v0.14.0.1
55
.SH DESCRIPTION
6-
Dash Core RPC client version v0.14.0.0
6+
Dash Core RPC client version v0.14.0.1
77
.SS "Usage:"
88
.TP
99
dash\-cli [options] <command> [params]

doc/man/dash-qt.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
2-
.TH DASH-QT "1" "May 2019" "dash-qt v0.14.0.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2+
.TH DASH-QT "1" "May 2019" "dash-qt v0.14.0.1" "User Commands"
33
.SH NAME
4-
dash-qt \- manual page for dash-qt v0.14.0.0
4+
dash-qt \- manual page for dash-qt v0.14.0.1
55
.SH DESCRIPTION
6-
Dash Core version v0.14.0.0 (64\-bit)
6+
Dash Core version v0.14.0.1 (64\-bit)
77
Usage:
88
.IP
99
dash\-qt [command\-line options]
@@ -76,7 +76,7 @@ Extra transactions to keep in memory for compact block reconstructions
7676
.HP
7777
\fB\-par=\fR<n>
7878
.IP
79-
Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
79+
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
8080
leave that many cores free, default: 0)
8181
.HP
8282
\fB\-pid=\fR<file>

doc/man/dash-tx.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
2-
.TH DASH-TX "1" "May 2019" "dash-tx v0.14.0.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2+
.TH DASH-TX "1" "May 2019" "dash-tx v0.14.0.1" "User Commands"
33
.SH NAME
4-
dash-tx \- manual page for dash-tx v0.14.0.0
4+
dash-tx \- manual page for dash-tx v0.14.0.1
55
.SH DESCRIPTION
6-
Dash Core dash\-tx utility version v0.14.0.0
6+
Dash Core dash\-tx utility version v0.14.0.1
77
.SS "Usage:"
88
.TP
99
dash\-tx [options] <hex\-tx> [commands]

doc/man/dashd.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
2-
.TH DASHD "1" "May 2019" "dashd v0.14.0.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2+
.TH DASHD "1" "May 2019" "dashd v0.14.0.1" "User Commands"
33
.SH NAME
4-
dashd \- manual page for dashd v0.14.0.0
4+
dashd \- manual page for dashd v0.14.0.1
55
.SH DESCRIPTION
6-
Dash Core Daemon version v0.14.0.0
6+
Dash Core Daemon version v0.14.0.1
77
.SS "Usage:"
88
.TP
99
dashd [options]
@@ -81,7 +81,7 @@ Extra transactions to keep in memory for compact block reconstructions
8181
.HP
8282
\fB\-par=\fR<n>
8383
.IP
84-
Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
84+
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
8585
leave that many cores free, default: 0)
8686
.HP
8787
\fB\-pid=\fR<file>

doc/release-notes.md

Lines changed: 24 additions & 659 deletions
Large diffs are not rendered by default.

doc/release-notes/dash/release-notes-0.14.0.md

Lines changed: 756 additions & 0 deletions
Large diffs are not rendered by default.

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CLIENT_VERSION_MAJOR 0
1818
#define CLIENT_VERSION_MINOR 14
1919
#define CLIENT_VERSION_REVISION 0
20-
#define CLIENT_VERSION_BUILD 0
20+
#define CLIENT_VERSION_BUILD 1
2121

2222
//! Set to true for release, false for prerelease or test build
2323
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)