From cf184295b4df337ad201c68bfafb0d576eff7ea6 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Wed, 26 Jan 2022 19:42:49 +0100 Subject: [PATCH] Updated version --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 3fd1705..a530b2b 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.5 (built" +const char* VERSION = "v1.6 (built" #if defined(__clang__) " with clang/" __clang_version__ #elif defined(__GNUC__)