Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864695
D5697.id18731.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D5697.id18731.diff
View Options
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
)
project(bitcoin-abc
- VERSION 0.21.4
+ VERSION 0.21.5
DESCRIPTION "Bitcoin ABC is a full node implementation of the Bitcoin Cash protocol."
HOMEPAGE_URL "https://www.bitcoinabc.org"
)
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 21)
-define(_CLIENT_VERSION_REVISION, 4)
+define(_CLIENT_VERSION_REVISION, 5)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
diff --git a/doc/release-notes.md b/doc/release-notes.md
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,9 +1,6 @@
-Bitcoin ABC version 0.21.4 is now available from:
+Bitcoin ABC version 0.21.5 is now available from:
- <https://download.bitcoinabc.org/0.21.4/>
+ <https://download.bitcoinabc.org/0.21.5/>
This release includes the following features and fixes:
- - The 32 bits Windows target is no longer supported. It will no longer be part
- of the release shipment. Users that are willing to build for 32 bits Windows
- should be aware that this will not be tested by the Bitcoin ABC team and be
- prepared to face issues.
+ -
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.21.4.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.21.4.md
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 21:39 (18 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865985
Default Alt Text
D5697.id18731.diff (1 KB)
Attached To
D5697: Bump version to 0.21.5
Event Timeline
Log In to Comment