Skip to content

Commit

Permalink
update btc client
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jun 18, 2024
1 parent f3385af commit 6619d95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.05.0] - 2024-05-14
### Changed
- Updated Bitcoin client to v27.1

## [24.05.0] - 2024-05-14
### Changed
- Updated Bitcoin client to v27.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE := 'v24.05.0'
RELEASE := 'v24.06.0'
# RELEASESEM := 'v1.3.3'

all: build
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install:
git clone --depth=1 -b v27.0 https://github.com/bitcoin/bitcoin.git src && \
git clone --depth=1 -b v27.1 https://github.com/bitcoin/bitcoin.git src && \
cd src && \
./autogen.sh && \
./configure --without-gui --disable-zmq --disable-upnp-default --disable-tests --disable-wallet && \
Expand Down

0 comments on commit 6619d95

Please sign in to comment.