Skip to content

Commit

Permalink
Bump develop 0.17 (dashpay#3512)
Browse files Browse the repository at this point in the history
* Bump version in README.md, configure.ac and gitian descriptors

* Partial gen-manpages.sh (changes for the version bump only)
  • Loading branch information
UdjinM6 authored Jun 11, 2020
1 parent ab5aeed commit 5b36122
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "dash-linux-0.16"
name: "dash-linux-0.17"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "dash-osx-0.16"
name: "dash-osx-0.17"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "dash-win-0.16"
name: "dash-win-0.17"
enable_cache: true
suites:
- "bionic"
Expand Down
8 changes: 4 additions & 4 deletions doc/man/dash-cli.1
Original file line number Diff line number Diff line change
@@ -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] <command> [params]
Expand Down
8 changes: 4 additions & 4 deletions doc/man/dash-qt.1
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
8 changes: 4 additions & 4 deletions doc/man/dash-tx.1
Original file line number Diff line number Diff line change
@@ -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] <hex\-tx> [commands]
Expand Down
8 changes: 4 additions & 4 deletions doc/man/dashd.1
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 5b36122

Please sign in to comment.