Update version

This commit is contained in:
SChernykh 2021-11-05 15:39:20 +01:00
parent bb7a5b4d6d
commit e44baad73c

View file

@ -32,7 +32,7 @@ namespace p2pool {
#define STR2(X) STR(X)
#define STR(X) #X
const char* VERSION = "v1.3 (built"
const char* VERSION = "v1.3.1 (built"
#if defined(__clang__)
" with clang/" __clang_version__
#elif defined(__GNUC__)