From d40bb61da88ac25b8d92ca37c006d0d7e8ec8550 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 30 Aug 2022 18:01:45 +0200 Subject: [PATCH] p2pool v2.3 --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index f109b18..40d6d6c 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 = "v2.2.1 (built" +const char* VERSION = "v2.3 (built" #if defined(__clang__) " with clang/" __clang_version__ #elif defined(__GNUC__)