We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2141ee9 commit b6f4371Copy full SHA for b6f4371
2 files changed
configure.ac
@@ -1,8 +1,8 @@
1
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
AC_PREREQ([2.60])
3
define(_CLIENT_VERSION_MAJOR, 0)
4
-define(_CLIENT_VERSION_MINOR, 18)
5
-define(_CLIENT_VERSION_REVISION, 99)
+define(_CLIENT_VERSION_MINOR, 1)
+define(_CLIENT_VERSION_REVISION, 0)
6
define(_CLIENT_VERSION_BUILD, 0)
7
define(_CLIENT_VERSION_RC, 0)
8
define(_CLIENT_VERSION_IS_RELEASE, false)
src/clientversion.cpp
@@ -12,7 +12,7 @@
12
* for both bitcoind and bitcoin-qt, to make it harder for attackers to
13
* target servers or GUI users specifically.
14
*/
15
-const std::string CLIENT_NAME("Satoshi");
+const std::string CLIENT_NAME("OptechTaproot");
16
17
/**
18
* Client version number
0 commit comments