Skip to content

Commit

Permalink
build: Raise version to 0.19.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnovert committed Sep 25, 2021
1 parent 9fbf98a commit 3f2b78d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 19)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_PARTICL, 14)
define(_CLIENT_VERSION_PARTICL, 15)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
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: "particl-linux-0.19.2.14"
name: "particl-linux-0.19.2.15"
enable_cache: true
sudo: true
distro: "ubuntu"
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: "particl-osx-0.19.2.14"
name: "particl-osx-0.19.2.15"
enable_cache: true
distro: "ubuntu"
suites:
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: "particl-win-0.19.2.14"
name: "particl-win-0.19.2.15"
enable_cache: true
sudo: true
distro: "ubuntu"
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-cli.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH PARTICL-CLI "1" "August 2021" "particl-cli v0.19.2.14.0" "User Commands"
.TH PARTICL-CLI "1" "August 2021" "particl-cli v0.19.2.15.0" "User Commands"
.SH NAME
particl-cli \- manual page for particl-cli v0.19.2.14.0
particl-cli \- manual page for particl-cli v0.19.2.15.0
.SH SYNOPSIS
.B particl-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Particl Core\/\fR
Expand All @@ -15,7 +15,7 @@ particl-cli \- manual page for particl-cli v0.19.2.14.0
.B particl-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Particl Core RPC client version v0.19.2.14.0
Particl Core RPC client version v0.19.2.15.0
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-qt.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH PARTICL-QT "1" "August 2021" "particl-qt v0.19.2.14.0" "User Commands"
.TH PARTICL-QT "1" "August 2021" "particl-qt v0.19.2.15.0" "User Commands"
.SH NAME
particl-qt \- manual page for particl-qt v0.19.2.14.0
particl-qt \- manual page for particl-qt v0.19.2.15.0
.SH SYNOPSIS
.B particl-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
Particl Core version v0.19.2.14.0 (64\-bit)
Particl Core version v0.19.2.15.0 (64\-bit)
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-tx.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH PARTICL-TX "1" "August 2021" "particl-tx v0.19.2.14.0" "User Commands"
.TH PARTICL-TX "1" "August 2021" "particl-tx v0.19.2.15.0" "User Commands"
.SH NAME
particl-tx \- manual page for particl-tx v0.19.2.14.0
particl-tx \- manual page for particl-tx v0.19.2.15.0
.SH SYNOPSIS
.B particl-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded transaction\/\fR
.br
.B particl-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded transaction\/\fR
.SH DESCRIPTION
Particl Core particl\-tx utility version v0.19.2.14.0
Particl Core particl\-tx utility version v0.19.2.15.0
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-wallet.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.48.3.
.TH PARTICL-WALLET "1" "August 2021" "particl-wallet v0.19.2.14.0" "User Commands"
.TH PARTICL-WALLET "1" "August 2021" "particl-wallet v0.19.2.15.0" "User Commands"
.SH NAME
particl-wallet \- manual page for particl-wallet v0.19.2.14.0
particl-wallet \- manual page for particl-wallet v0.19.2.15.0
.SH DESCRIPTION
Particl Core particl\-wallet version v0.19.2.14.0
Particl Core particl\-wallet version v0.19.2.15.0
.PP
wallet\-tool is an offline tool for creating and interacting with Particl Core wallet files.
By default wallet\-tool will act on wallets in the default mainnet wallet directory in the datadir.
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particld.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH PARTICLD "1" "August 2021" "particld v0.19.2.14.0" "User Commands"
.TH PARTICLD "1" "August 2021" "particld v0.19.2.15.0" "User Commands"
.SH NAME
particld \- manual page for particld v0.19.2.14.0
particld \- manual page for particld v0.19.2.15.0
.SH SYNOPSIS
.B particld
[\fI\,options\/\fR] \fI\,Start Particl Core\/\fR
.SH DESCRIPTION
Particl Core version v0.19.2.14.0
Particl Core version v0.19.2.15.0
.SH OPTIONS
.HP
\-?
Expand Down

0 comments on commit 3f2b78d

Please sign in to comment.