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:
Krystie
2026-06-27 19:58:16 -07:00
parent 249c60eebe
commit 63e33a1569
+3 -3
View File
@@ -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.