Skip to content

Commit

Permalink
p2pool v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Dec 30, 2024
1 parent 00b6dab commit a60584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
namespace p2pool {

#define P2POOL_VERSION_MAJOR 4
#define P2POOL_VERSION_MINOR 2
#define P2POOL_VERSION_MINOR 3
#define P2POOL_VERSION_PATCH 0

constexpr uint32_t P2POOL_VERSION = (P2POOL_VERSION_MAJOR << 16) | (P2POOL_VERSION_MINOR << 8) | P2POOL_VERSION_PATCH;
Expand Down

0 comments on commit a60584e

Please sign in to comment.