Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14362710
D662.id1706.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D662.id1706.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, 16)
-define(_CLIENT_VERSION_REVISION, 0)
+define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
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.16.0
+PROJECT_NUMBER = 0.16.1
# 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.16.0 is now available from:
+Bitcoin ABC version 0.16.1 is now available from:
- <https://download.bitcoinabc.org/0.16.0/>
+ <https://download.bitcoinabc.org/0.16.1/>
This release includes the following features and fixes:
-- New difficulty adjustement algorithm due to activate on Nov, 13
-- Start enforcing LOW_S and NULLFAIL after Nov, 13
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.16.0.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.16.0.md
diff --git a/src/clientversion.h b/src/clientversion.h
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -17,7 +17,7 @@
//! requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 16
-#define CLIENT_VERSION_REVISION 0
+#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build
diff --git a/src/test/net_tests.cpp b/src/test/net_tests.cpp
--- a/src/test/net_tests.cpp
+++ b/src/test/net_tests.cpp
@@ -195,7 +195,7 @@
BOOST_CHECK_EQUAL(userAgent(config).size(), MAX_SUBVERSION_LENGTH);
BOOST_CHECK_EQUAL(userAgent(config),
- "/Bitcoin ABC:0.16.0(EB8.0; very very very very very "
+ "/Bitcoin ABC:0.16.1(EB8.0; very very very very very "
"very very very very very very very very very very very "
"very very very very very very very very very very very "
"very very very very very very very very very very very "
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 12, 01:42 (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5740565
Default Alt Text
D662.id1706.diff (2 KB)
Attached To
D662: Update version number
Event Timeline
Log In to Comment