Update version

pull/71/head v1.3
SChernykh 2021-10-27 17:27:48 +02:00
parent 1c0da4513f
commit 2071a24a9f
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.2 (built"
const char* VERSION = "v1.3 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)