p2pool v2.0

pull/166/head v2.0
SChernykh 2022-04-30 17:50:27 +02:00
parent e23a2e77a8
commit 8aebcdc580
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.9 (built"
const char* VERSION = "v2.0 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)