From 2b61c1d90f892912981619aa65191c81206d275e Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 3 Jan 2023 15:53:03 +0100 Subject: [PATCH] p2pool v2.7 --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 7463ac1..112d989 100644 --- a/src/util.h +++ b/src/util.h @@ -35,7 +35,7 @@ namespace p2pool { #define P2POOL_VERSION_MAJOR 2 -#define P2POOL_VERSION_MINOR 6 +#define P2POOL_VERSION_MINOR 7 extern const char* VERSION;