p2pool v1.9

pull/144/head v1.9
SChernykh 2022-03-30 20:15:47 +02:00
parent a2afa29052
commit 5b9b73abcc
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 = "v1.8 (built"
const char* VERSION = "v1.9 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)