Skip to content

Commit

Permalink
Bump version to 0.27.11
Browse files Browse the repository at this point in the history
Summary: As per title.

Test Plan:
  ninja print-version
Check all the files with version numbers have been properly updated.

Reviewers: #bitcoin_abc, Mengerian

Reviewed By: #bitcoin_abc, Mengerian

Differential Revision: https://reviews.bitcoinabc.org/D14355
  • Loading branch information
Fabcien committed Aug 8, 2023
1 parent ea192d8 commit 8200220
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE
)

project(bitcoin-abc
VERSION 0.27.10
VERSION 0.27.11
DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol."
HOMEPAGE_URL "https://www.bitcoinabc.org"
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc-qt/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <[email protected]>

pkgname=bitcoin-abc-qt
pkgver=0.27.10
pkgver=0.27.11
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <[email protected]>

pkgname=bitcoin-abc
pkgver=0.27.10
pkgver=0.27.11
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
10 changes: 4 additions & 6 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Bitcoin ABC 0.27.10 Release Notes
# Bitcoin ABC 0.27.11 Release Notes

Bitcoin ABC version 0.27.10 is now available from:
Bitcoin ABC version 0.27.11 is now available from:

<https://download.bitcoinabc.org/0.27.10/>
<https://download.bitcoinabc.org/0.27.11/>

This release includes the following features and fixes:
- Fix a bug that could cause the `finalized_proof_count` field from the
`getavalancheinfo` RPC to return the wrong value under certain circumstances.
This is a maintenance release with no user-visible change.
9 changes: 9 additions & 0 deletions doc/release-notes/release-notes-0.27.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Bitcoin ABC 0.27.10 Release Notes

Bitcoin ABC version 0.27.10 is now available from:

<https://download.bitcoinabc.org/0.27.10/>

This release includes the following features and fixes:
- Fix a bug that could cause the `finalized_proof_count` field from the
`getavalancheinfo` RPC to return the wrong value under certain circumstances.

0 comments on commit 8200220

Please sign in to comment.