Update version

This commit is contained in:
SChernykh 2021-12-01 18:24:36 +01:00
parent 74f553274f
commit eaf29872cb

View file

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