From e44baad73cc4c5309679e82abe2b6dfe98c64e56 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Fri, 5 Nov 2021 15:39:20 +0100 Subject: [PATCH] Update version --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index fdc0b72..c5ab89a 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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__)