diff --git a/README.md b/README.md index b39ee1fe7d..282409def2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Dash Core staging tree 0.15 +Dash Core staging tree 0.16 =========================== `master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `develop:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=develop)](https://travis-ci.org/dashpay/dash/branches) diff --git a/configure.ac b/configure.ac index a283622091..66d8c3be67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) -define(_CLIENT_VERSION_MINOR, 15) +define(_CLIENT_VERSION_MINOR, 16) define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 65be59db20..492a3e5962 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "dash-linux-0.15" +name: "dash-linux-0.16" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 886f5cd19e..f62340cd2c 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "dash-osx-0.15" +name: "dash-osx-0.16" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index bfce44de3f..b664e4baa7 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "dash-win-0.15" +name: "dash-win-0.16" enable_cache: true suites: - "bionic" diff --git a/doc/man/dash-cli.1 b/doc/man/dash-cli.1 index 26a97ca1b9..30d91fb40d 100644 --- a/doc/man/dash-cli.1 +++ b/doc/man/dash-cli.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH DASH-CLI "1" "November 2019" "dash-cli v0.15.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH DASH-CLI "1" "December 2019" "dash-cli v0.16.0.0" "User Commands" .SH NAME -dash-cli \- manual page for dash-cli v0.15.0.0 +dash-cli \- manual page for dash-cli v0.16.0.0 .SH DESCRIPTION -Dash Core RPC client version v0.15.0.0 +Dash Core RPC client version v0.16.0.0 .SS "Usage:" .TP dash\-cli [options] [params] @@ -79,8 +79,8 @@ Read extra arguments from standard input, one per line until EOF/Ctrl\-D \fB\-rpcwallet=\fR .IP Send RPC for non\-default wallet on RPC server (argument is wallet -filename in dashd directory, required if dashd/\-Qt runs -with multiple wallets) +filename in dashd directory, required if dashd/\-Qt runs with +multiple wallets) .SH COPYRIGHT Copyright (C) 2014-2019 The Dash Core developers Copyright (C) 2009-2019 The Bitcoin Core developers diff --git a/doc/man/dash-qt.1 b/doc/man/dash-qt.1 index 3ee402380d..82ef7d5896 100644 --- a/doc/man/dash-qt.1 +++ b/doc/man/dash-qt.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH DASH-QT "1" "November 2019" "dash-qt v0.15.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH DASH-QT "1" "December 2019" "dash-qt v0.16.0.0" "User Commands" .SH NAME -dash-qt \- manual page for dash-qt v0.15.0.0 +dash-qt \- manual page for dash-qt v0.16.0.0 .SH DESCRIPTION -Dash Core version v0.15.0.0 (64\-bit) +Dash Core version v0.16.0.0 (64\-bit) Usage: .IP dash\-qt [command\-line options] @@ -76,7 +76,7 @@ Extra transactions to keep in memory for compact block reconstructions .HP \fB\-par=\fR .IP -Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 = +Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 = leave that many cores free, default: 0) .HP \fB\-pid=\fR diff --git a/doc/man/dash-tx.1 b/doc/man/dash-tx.1 index a6b203d2aa..1ea7f118af 100644 --- a/doc/man/dash-tx.1 +++ b/doc/man/dash-tx.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH DASH-TX "1" "November 2019" "dash-tx v0.15.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH DASH-TX "1" "December 2019" "dash-tx v0.16.0.0" "User Commands" .SH NAME -dash-tx \- manual page for dash-tx v0.15.0.0 +dash-tx \- manual page for dash-tx v0.16.0.0 .SH DESCRIPTION -Dash Core dash\-tx utility version v0.15.0.0 +Dash Core dash\-tx utility version v0.16.0.0 .SS "Usage:" .TP dash\-tx [options] [commands] diff --git a/doc/man/dashd.1 b/doc/man/dashd.1 index b7ec37d1df..dbc427b46d 100644 --- a/doc/man/dashd.1 +++ b/doc/man/dashd.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH DASHD "1" "November 2019" "dashd v0.15.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH DASHD "1" "December 2019" "dashd v0.16.0.0" "User Commands" .SH NAME -dashd \- manual page for dashd v0.15.0.0 +dashd \- manual page for dashd v0.16.0.0 .SH DESCRIPTION -Dash Core Daemon version v0.15.0.0 +Dash Core Daemon version v0.16.0.0 .SS "Usage:" .TP dashd [options] @@ -81,7 +81,7 @@ Extra transactions to keep in memory for compact block reconstructions .HP \fB\-par=\fR .IP -Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 = +Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 = leave that many cores free, default: 0) .HP \fB\-pid=\fR