p2pool v2.3

pull/206/head v2.3
SChernykh 2022-08-30 18:01:45 +02:00
parent 4733d42932
commit d40bb61da8
1 changed files with 1 additions and 1 deletions

View File

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