release: v6.1.5
36 commits since v6.1.4 (2026-07-04). User-facing: - UI: olive-green for unconfirmed/immature stakes - Wallet: close-hang on Windows from detached Tor/I2P threads fixed - Consensus: live PoS checks during stale-tip IBD Maintainer-visible: - CHANGELOG.md added at the repo root - doc/release-process.md corrected to match the actual signing keys (RSA-4096 Krystie release key + Sami personal tag-signing key)
This commit is contained in:
+4
-4
@@ -6,10 +6,10 @@
|
||||
//
|
||||
|
||||
// These need to be macros, as version.cpp's and triangles-qt.rc's voodoo requires it
|
||||
#define CLIENT_VERSION_MAJOR 6
|
||||
#define CLIENT_VERSION_MINOR 1
|
||||
#define CLIENT_VERSION_REVISION 4
|
||||
#define CLIENT_VERSION_BUILD 0
|
||||
#define CLIENT_VERSION_MAJOR 6
|
||||
#define CLIENT_VERSION_MINOR 1
|
||||
#define CLIENT_VERSION_REVISION 5
|
||||
#define CLIENT_VERSION_BUILD 0
|
||||
|
||||
// Converts the parameter X to a string after macro replacement on X has been performed.
|
||||
// Don't merge these into one macro!
|
||||
|
||||
Reference in New Issue
Block a user