Skip to content

Commit

Permalink
Update version to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Nov 1, 2024
1 parent 996bb1b commit 18b280e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
namespace p2pool {

#define P2POOL_VERSION_MAJOR 4
#define P2POOL_VERSION_MINOR 1
#define P2POOL_VERSION_PATCH 1
#define P2POOL_VERSION_MINOR 2
#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 18b280e

Please sign in to comment.