p2pool v2.5

pull/226/head v2.5
SChernykh 2022-10-31 17:39:33 +01:00
parent 4a8d4ab8d9
commit 6cf1b13500
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.4 (built"
const char* VERSION = "v2.5 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)