p2pool v2.4

pull/226/head v2.4
SChernykh 2022-09-30 17:52:33 +02:00
parent 2daa7f9fea
commit 314a1ba39b
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.3 (built"
const char* VERSION = "v2.4 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)