Skip to content

Commit 7f3ca5a

Browse files
Merge pull request #179 from AXErunners/1.4.0.2
Release 1.4.0.2
2 parents bf77327 + 8edfc56 commit 7f3ca5a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 1)
44
define(_CLIENT_VERSION_MINOR, 4)
55
define(_CLIENT_VERSION_REVISION, 0)
6-
define(_CLIENT_VERSION_BUILD, 1)
6+
define(_CLIENT_VERSION_BUILD, 2)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2019)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PROJECT_NAME = "Axe Core"
4141
# could be handy for archiving the generated documentation or if some version
4242
# control system is used.
4343

44-
PROJECT_NUMBER = 1.4.0.1
44+
PROJECT_NUMBER = 1.4.0.2
4545

4646
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4747
# for a project that appears at the top of each page and should give viewer a

src/clientversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CLIENT_VERSION_MAJOR 1
1818
#define CLIENT_VERSION_MINOR 4
1919
#define CLIENT_VERSION_REVISION 0
20-
#define CLIENT_VERSION_BUILD 1
20+
#define CLIENT_VERSION_BUILD 2
2121

2222
//! Set to true for release, false for prerelease or test build
2323
#define CLIENT_VERSION_IS_RELEASE true

src/spork.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ std::map<int, int64_t> mapSporkDefaults = {
2626
{SPORK_12_RECONSIDER_BLOCKS, 0}, // 0 BLOCKS
2727
{SPORK_15_DETERMINISTIC_MNS_ENABLED, 0}, // ON
2828
{SPORK_16_INSTANTSEND_AUTOLOCKS, 0}, // ON
29-
{SPORK_17_QUORUM_DKG_ENABLED, 4070908800ULL}, // OFF
29+
{SPORK_17_QUORUM_DKG_ENABLED, 289023}, // Hardcoded to mainnet
3030
{SPORK_19_CHAINLOCKS_ENABLED, 4070908800ULL}, // OFF
3131
{SPORK_20_INSTANTSEND_LLMQ_BASED, 4070908800ULL}, // OFF
3232
};

0 commit comments

Comments
 (0)