Skip to content

Commit 09592be

Browse files
committed
Update for v4.5.6
1 parent fb33050 commit 09592be

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Koto 4.5.5
1+
Koto 4.5.6
22
<img align="right" width="120" height="120" src="doc/imgs/logo.png">
33
===========
44

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 4)
44
define(_CLIENT_VERSION_MINOR, 5)
5-
define(_CLIENT_VERSION_REVISION, 5)
5+
define(_CLIENT_VERSION_REVISION, 6)
66
define(_CLIENT_VERSION_BUILD, 50)
77
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
88
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))

contrib/gitian-descriptors/gitian-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "koto-4.5.5"
2+
name: "koto-4.5.6"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "koto-osx-4.5.5"
2+
name: "koto-osx-4.5.6"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "koto-win-4.5.5"
2+
name: "koto-win-4.5.6"
33
enable_cache: true
44
suites:
55
- "bionic"

doc/man/koto-cli.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2-
.TH KOTO-CLI "1" "December 2023" "koto-cli v4.5.5" "User Commands"
2+
.TH KOTO-CLI "1" "December 2024" "koto-cli v4.5.6" "User Commands"
33
.SH NAME
4-
koto-cli \- manual page for koto-cli v4.5.5
4+
koto-cli \- manual page for koto-cli v4.5.6
55
.SH DESCRIPTION
6-
Koto RPC client version v4.5.5
6+
Koto RPC client version v4.5.6
77
.PP
88
In order to ensure you are adequately protecting your privacy when using Koto,
99
please see <https://z.cash/support/security/>.

doc/man/koto-qt.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2-
.TH KOTO-QT "1" "December 2023" "koto-qt v4.5.5" "User Commands"
2+
.TH KOTO-QT "1" "December 2024" "koto-qt v4.5.6" "User Commands"
33
.SH NAME
4-
koto-qt \- manual page for koto-qt v4.5.5
4+
koto-qt \- manual page for koto-qt v4.5.6
55
.SH DESCRIPTION
6-
Koto version v4.5.5 (64\-bit)
6+
Koto version v4.5.6 (64\-bit)
77
Usage:
88
.IP
99
koto\-qt [command\-line options]

doc/man/koto-tx.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2-
.TH KOTO-TX "1" "December 2023" "koto-tx v4.5.5" "User Commands"
2+
.TH KOTO-TX "1" "December 2024" "koto-tx v4.5.6" "User Commands"
33
.SH NAME
4-
koto-tx \- manual page for koto-tx v4.5.5
4+
koto-tx \- manual page for koto-tx v4.5.6
55
.SH DESCRIPTION
6-
Koto koto\-tx utility version v4.5.5
6+
Koto koto\-tx utility version v4.5.6
77
.SS "Usage:"
88
.TP
99
koto\-tx [options] <hex\-tx> [commands]

doc/man/kotod.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2-
.TH KOTOD "1" "December 2023" "kotod v4.5.5" "User Commands"
2+
.TH KOTOD "1" "December 2024" "kotod v4.5.6" "User Commands"
33
.SH NAME
4-
kotod \- manual page for kotod v4.5.5
4+
kotod \- manual page for kotod v4.5.6
55
.SH DESCRIPTION
6-
Koto Daemon version v4.5.5
6+
Koto Daemon version v4.5.6
77
.PP
88
In order to ensure you are adequately protecting your privacy when using Koto,
99
please see <https://z.cash/support/security/>.

src/clientversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
1818
#define CLIENT_VERSION_MAJOR 4
1919
#define CLIENT_VERSION_MINOR 5
20-
#define CLIENT_VERSION_REVISION 5
20+
#define CLIENT_VERSION_REVISION 6
2121
#define CLIENT_VERSION_BUILD 50
2222

2323
//! Set to true for release, false for prerelease or test build

0 commit comments

Comments
 (0)