mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-23 03:49:23 +00:00
p2pool v2.2.1
This commit is contained in:
parent
9d692d5194
commit
1c33cc9f3d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace p2pool {
|
||||||
#define STR2(X) STR(X)
|
#define STR2(X) STR(X)
|
||||||
#define STR(X) #X
|
#define STR(X) #X
|
||||||
|
|
||||||
const char* VERSION = "v2.2 (built"
|
const char* VERSION = "v2.2.1 (built"
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
" with clang/" __clang_version__
|
" with clang/" __clang_version__
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
|
|
Loading…
Reference in a new issue