Skip to content

Commit

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

Test Plan: `ninja print-version`

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D15143
  • Loading branch information
PiRK committed Jan 12, 2024
1 parent 75166e3 commit 8e64a42
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 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.28.7
VERSION 0.28.8
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.28.7
pkgver=0.28.8
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.28.7
pkgver=0.28.8
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
11 changes: 4 additions & 7 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Bitcoin ABC 0.28.7 Release Notes
# Bitcoin ABC 0.28.8 Release Notes

Bitcoin ABC version 0.28.7 is now available from:
Bitcoin ABC version 0.28.8 is now available from:

<https://download.bitcoinabc.org/0.28.7/>
<https://download.bitcoinabc.org/0.28.8/>

This release includes the following features and fixes:
- Prevent stalling the block downloads by dynamically adjusting the timeout.
This will help syncing the blockchain when the network connection speed is
low.
This is a maintenance release with no user-visible change.
10 changes: 10 additions & 0 deletions doc/release-notes/release-notes-0.28.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Bitcoin ABC 0.28.7 Release Notes

Bitcoin ABC version 0.28.7 is now available from:

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

This release includes the following features and fixes:
- Prevent stalling the block downloads by dynamically adjusting the timeout.
This will help syncing the blockchain when the network connection speed is
low.

0 comments on commit 8e64a42

Please sign in to comment.