We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a424d commit 6247286Copy full SHA for 6247286
configure.ac
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
AC_PREREQ([2.60])
3
define(_CLIENT_VERSION_MAJOR, 3)
4
define(_CLIENT_VERSION_MINOR, 10)
5
-define(_CLIENT_VERSION_REVISION, 4)
+define(_CLIENT_VERSION_REVISION, 5)
6
define(_CLIENT_VERSION_BUILD, 0)
7
define(_CLIENT_VERSION_IS_RELEASE, true)
8
define(_COPYRIGHT_YEAR, 2020)
src/clientversion.h
@@ -16,7 +16,7 @@
16
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
17
#define CLIENT_VERSION_MAJOR 3
18
#define CLIENT_VERSION_MINOR 10
19
-#define CLIENT_VERSION_REVISION 4
+#define CLIENT_VERSION_REVISION 5
20
#define CLIENT_VERSION_BUILD 0
21
22
//! Set to true for release, false for prerelease or test build
0 commit comments