p2pool v2.2

This commit is contained in:
SChernykh 2022-06-30 17:58:40 +02:00
parent deaf47155f
commit c5ea4dca67

View file

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