Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864374
D2920.id8415.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
D2920.id8415.diff
View Options
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, 19)
-define(_CLIENT_VERSION_REVISION, 5)
+define(_CLIENT_VERSION_REVISION, 6)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
diff --git a/doc/Doxyfile b/doc/Doxyfile
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -38,7 +38,7 @@
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.19.5
+PROJECT_NUMBER = 0.19.6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/release-notes.md b/doc/release-notes.md
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,8 +1,6 @@
-Bitcoin ABC version 0.19.5 is now available from:
+Bitcoin ABC version 0.19.6 is now available from:
- <https://download.bitcoinabc.org/0.19.5/>
+ <https://download.bitcoinabc.org/0.19.6/>
This release includes the following features and fixes:
- - Deprecated the `-reserveChangeKey` option for `fundrawtransaction` wallet rpc command.
- - Fixed a bug where specifying the `-stopatheight` option would not stop at the correct height.
- - Minor stability fixes.
+
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.19.5.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.19.5.md
diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt
--- a/src/config/CMakeLists.txt
+++ b/src/config/CMakeLists.txt
@@ -13,7 +13,7 @@
# Version
set(CLIENT_VERSION_MAJOR 0)
set(CLIENT_VERSION_MINOR 19)
-set(CLIENT_VERSION_REVISION 5)
+set(CLIENT_VERSION_REVISION 6)
set(CLIENT_VERSION_BUILD 0)
option(CLIENT_VERSION_IS_RELEASE "Build a release version" OFF)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 19:13 (3 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5863090
Default Alt Text
D2920.id8415.diff (1 KB)
Attached To
D2920: Incremented version number to 0.19.6.
Event Timeline
Log In to Comment