[grade=A] chore: bump version to v6.2.6.0

Includes fork-recovery fix (main.cpp:5101) and live-tip checkpoint pins
(checkpoints.cpp, closing 4,841-block unchecked span).
This commit is contained in:
Hermes Agent
2026-08-05 04:21:08 -07:00
parent 3642a848f3
commit 3ddbcc1d92
+1 -1
View File
@@ -8,7 +8,7 @@
// 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 2
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 0
// Converts the parameter X to a string after macro replacement on X has been performed.