build: bump CLIENT_VERSION_REVISION 7 -> 8 for v6.1.8 release

Round-6 SHA 49cf7ab approved the consensus-fix commits; this one-line
metadata change makes the binary self-identify as v6.1.8.0 to network
peers (was 6.1.7.0-g49cf7ab previously).

No consensus code, test code, or build configuration is touched.
src/clientversion.h REVISION bump only.
This commit is contained in:
Krystie
2026-07-17 03:21:39 -07:00
parent 49cf7ab2c2
commit 7a71904b24
+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 // 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_MAJOR 6
#define CLIENT_VERSION_MINOR 1 #define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 7 #define CLIENT_VERSION_REVISION 8
#define CLIENT_VERSION_BUILD 0 #define CLIENT_VERSION_BUILD 0
// Converts the parameter X to a string after macro replacement on X has been performed. // Converts the parameter X to a string after macro replacement on X has been performed.