File tree Expand file tree Collapse file tree 9 files changed +801
-680
lines changed Expand file tree Collapse file tree 9 files changed +801
-680
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 14 )
55define ( _CLIENT_VERSION_REVISION , 0 )
6- define ( _CLIENT_VERSION_BUILD , 0 )
6+ define ( _CLIENT_VERSION_BUILD , 1 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2019 )
99define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
99dash\- cli [options] <command> [params]
Original file line number Diff line number Diff line change 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)
77Usage:
88.IP
99dash\- 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 =
8080leave that many cores free, default: 0)
8181.HP
8282\fB \- pid= \fR <file>
Original file line number Diff line number Diff line change 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
99dash\- tx [options] <hex\- tx> [commands]
Original file line number Diff line number Diff line change 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
99dashd [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 =
8585leave that many cores free, default: 0)
8686.HP
8787\fB \- pid= \fR <file>
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments