Skip to content

Commit bbee372

Browse files
author
sech1
committed
p2pool v4.10
1 parent 5c907d3 commit bbee372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
namespace p2pool {
3636

3737
#define P2POOL_VERSION_MAJOR 4
38-
#define P2POOL_VERSION_MINOR 9
39-
#define P2POOL_VERSION_PATCH 1
38+
#define P2POOL_VERSION_MINOR 10
39+
#define P2POOL_VERSION_PATCH 0
4040

4141
constexpr uint32_t P2POOL_VERSION = (P2POOL_VERSION_MAJOR << 16) | (P2POOL_VERSION_MINOR << 8) | P2POOL_VERSION_PATCH;
4242

0 commit comments

Comments
 (0)