p2pool v1.8

This commit is contained in:
SChernykh 2022-02-27 19:56:47 +01:00
parent e7919514d4
commit 0db57e5047

View file

@ -32,7 +32,7 @@ namespace p2pool {
#define STR2(X) STR(X)
#define STR(X) #X
const char* VERSION = "v1.7 (built"
const char* VERSION = "v1.8 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)