Skip to content

Commit

Permalink
Change client name/version to OptechTaproot v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewbery committed Sep 24, 2019
1 parent 261889d commit a1d284e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 18)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* for both bitcoind and bitcoin-qt, to make it harder for attackers to
* target servers or GUI users specifically.
*/
const std::string CLIENT_NAME("Satoshi");
const std::string CLIENT_NAME("OptechTaproot");

/**
* Client version number
Expand Down
1 change: 1 addition & 0 deletions test/functional/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
sync_mempools,
)

OPTECH_TAG = "https://github.com/bitcoinops/bitcoin/releases/tag/Taproot_V0.1.4"

class TestStatus(Enum):
PASSED = 1
Expand Down

0 comments on commit a1d284e

Please sign in to comment.