v6.0.0: bump version after I2P+compact-blocks+rocksdb-cf+fork-det+snapshot-sig
Major release. All v6 features landed across 8 commits: - Embedded I2P router (PurpleI2P / i2pd) Level 3 - 3 production I2P seed nodes (DNS2, DNS3, Hetzner) - BIP152 compact blocks - RocksDB column families (5 CFs) - Background fork detector (60s polling) - Ed25519-signed UTXO snapshots - Configurable outbound connections - Qt I2P status panel - 15 Tier 1 security/performance fixes - Cross-network Tor↔I2P discovery - Fee-priority mempool boost
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@
|
||||
//
|
||||
|
||||
// These need to be macros, as version.cpp's and triangles-qt.rc's voodoo requires it
|
||||
#define CLIENT_VERSION_MAJOR 5
|
||||
#define CLIENT_VERSION_MINOR 9
|
||||
#define CLIENT_VERSION_REVISION 25
|
||||
#define CLIENT_VERSION_MAJOR 6
|
||||
#define CLIENT_VERSION_MINOR 0
|
||||
#define CLIENT_VERSION_REVISION 0
|
||||
#define CLIENT_VERSION_BUILD 0
|
||||
|
||||
// Converts the parameter X to a string after macro replacement on X has been performed.
|
||||
|
||||
Reference in New Issue
Block a user