From 5b36122bc9b3e8c0d42ad1313b65da185fe3f788 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 11 Jun 2020 11:34:42 +0300 Subject: [PATCH] Bump develop 0.17 (#3512) * Bump version in README.md, configure.ac and gitian descriptors * Partial gen-manpages.sh (changes for the version bump only) --- README.md | 2 +- configure.ac | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 2 +- contrib/gitian-descriptors/gitian-osx.yml | 2 +- contrib/gitian-descriptors/gitian-win.yml | 2 +- doc/man/dash-cli.1 | 8 ++++---- doc/man/dash-qt.1 | 8 ++++---- doc/man/dash-tx.1 | 8 ++++---- doc/man/dashd.1 | 8 ++++---- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 282409def2..5f966042ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Dash Core staging tree 0.16 +Dash Core staging tree 0.17 =========================== `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 eeadd1348b..fb1b1d1e60 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, 16) +define(_CLIENT_VERSION_MINOR, 17) 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 492a3e5962..7944460847 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "dash-linux-0.16" +name: "dash-linux-0.17" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index f62340cd2c..5d398af0c0 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "dash-osx-0.16" +name: "dash-osx-0.17" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index b664e4baa7..000f8509cc 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "dash-win-0.16" +name: "dash-win-0.17" enable_cache: true suites: - "bionic" diff --git a/doc/man/dash-cli.1 b/doc/man/dash-cli.1 index 1620c5f99f..1be3d055f2 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.4. -.TH DASH-CLI "1" "December 2019" "dash-cli v0.16.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. +.TH DASH-CLI "1" "June 2020" "dash-cli v0.17.0.0" "User Commands" .SH NAME -dash-cli \- manual page for dash-cli v0.16.0.0 +dash-cli \- manual page for dash-cli v0.17.0.0 .SH DESCRIPTION -Dash Core RPC client version v0.16.0.0 +Dash Core RPC client version v0.17.0.0 .SS "Usage:" .TP dash\-cli [options] [params] diff --git a/doc/man/dash-qt.1 b/doc/man/dash-qt.1 index 4caaec5cff..40ea054a13 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.4. -.TH DASH-QT "1" "December 2019" "dash-qt v0.16.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. +.TH DASH-QT "1" "June 2020" "dash-qt v0.17.0.0" "User Commands" .SH NAME -dash-qt \- manual page for dash-qt v0.16.0.0 +dash-qt \- manual page for dash-qt v0.17.0.0 .SH DESCRIPTION -Dash Core version v0.16.0.0 (64\-bit) +Dash Core version v0.17.0.0 (64\-bit) Usage: .IP dash\-qt [command\-line options] diff --git a/doc/man/dash-tx.1 b/doc/man/dash-tx.1 index 6114e4ea71..d8a533f1dd 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.4. -.TH DASH-TX "1" "December 2019" "dash-tx v0.16.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. +.TH DASH-TX "1" "June 2020" "dash-tx v0.17.0.0" "User Commands" .SH NAME -dash-tx \- manual page for dash-tx v0.16.0.0 +dash-tx \- manual page for dash-tx v0.17.0.0 .SH DESCRIPTION -Dash Core dash\-tx utility version v0.16.0.0 +Dash Core dash\-tx utility version v0.17.0.0 .SS "Usage:" .TP dash\-tx [options] [commands] diff --git a/doc/man/dashd.1 b/doc/man/dashd.1 index 134f9eb8f4..dd448075cb 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.4. -.TH DASHD "1" "December 2019" "dashd v0.16.0.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. +.TH DASHD "1" "June 2020" "dashd v0.17.0.0" "User Commands" .SH NAME -dashd \- manual page for dashd v0.16.0.0 +dashd \- manual page for dashd v0.17.0.0 .SH DESCRIPTION -Dash Core Daemon version v0.16.0.0 +Dash Core Daemon version v0.17.0.0 .SS "Usage:" .TP dashd [options]