From 2071a24a9fca0417e7de00d6a6a2d575294d05fd Mon Sep 17 00:00:00 2001 From: SChernykh Date: Wed, 27 Oct 2021 17:27:48 +0200 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 64addf9..19f944c 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.2 (built" +const char* VERSION = "v1.3 (built" #if defined(__clang__) " with clang/" __clang_version__ #elif defined(__GNUC__)