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 4a6f398 commit 2a8c7e6Copy full SHA for 2a8c7e6
configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
3
define(_CLIENT_VERSION_MAJOR, 3)
4
define(_CLIENT_VERSION_MINOR, 10)
5
define(_CLIENT_VERSION_REVISION, 0)
6
-define(_CLIENT_VERSION_BUILD, 11)
+define(_CLIENT_VERSION_BUILD, 12)
7
define(_CLIENT_VERSION_IS_RELEASE, false)
8
define(_COPYRIGHT_YEAR, 2020)
9
AC_INIT([Reddcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[reddcoin])
src/clientversion.h
@@ -17,7 +17,7 @@
17
#define CLIENT_VERSION_MAJOR 3
18
#define CLIENT_VERSION_MINOR 10
19
#define CLIENT_VERSION_REVISION 0
20
-#define CLIENT_VERSION_BUILD 11
+#define CLIENT_VERSION_BUILD 12
21
22
//! Set to true for release, false for prerelease or test build
23
#define CLIENT_VERSION_IS_RELEASE false
0 commit comments