Skip to content

Commit ded42e1

Browse files
committed
Bump version to 0.33.7
Summary: As per title. Test Plan: ninja print-version Reviewers: #bitcoin_abc, bytesofman Reviewed By: #bitcoin_abc, bytesofman Differential Revision: https://reviews.bitcoinabc.org/D20187
1 parent 5c62aec commit ded42e1

5 files changed

Lines changed: 15 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE
77
)
88

99
project(bitcoin-abc
10-
VERSION 0.33.6
10+
VERSION 0.33.7
1111
DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol."
1212
HOMEPAGE_URL "https://www.bitcoinabc.org"
1313
)

contrib/aur/bitcoin-abc-qt/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Josh Ellithorpe <quest@mac.com>
22

33
pkgname=bitcoin-abc-qt
4-
pkgver=0.33.6
4+
pkgver=0.33.7
55
pkgrel=0
66
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
77
arch=('i686' 'x86_64')

contrib/aur/bitcoin-abc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Josh Ellithorpe <quest@mac.com>
22

33
pkgname=bitcoin-abc
4-
pkgver=0.33.6
4+
pkgver=0.33.7
55
pkgrel=0
66
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
77
arch=('i686' 'x86_64')

doc/release-notes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Bitcoin ABC 0.33.6 Release Notes
1+
# Bitcoin ABC 0.33.7 Release Notes
22

3-
Bitcoin ABC version 0.33.6 is now available from:
3+
Bitcoin ABC version 0.33.7 is now available from:
44

5-
<https://download.bitcoinabc.org/0.33.6/>
5+
<https://download.bitcoinabc.org/0.33.7/>
66

7-
This release includes the following features and fixes:
8-
- Fix a potential Chronik crash that could occur under rare circumstances.
7+
This is a maintenance release with no user-visible change.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Bitcoin ABC 0.33.6 Release Notes
2+
3+
Bitcoin ABC version 0.33.6 is now available from:
4+
5+
<https://download.bitcoinabc.org/0.33.6/>
6+
7+
This release includes the following features and fixes:
8+
- Fix a potential Chronik crash that could occur under rare circumstances.

0 commit comments

Comments
 (0)