Skip to content

Commit

Permalink
Update version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Sep 30, 2024
1 parent a1f1719 commit 4dfdaf5
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 @@ -36,7 +36,7 @@ namespace p2pool {

#define P2POOL_VERSION_MAJOR 4
#define P2POOL_VERSION_MINOR 1
#define P2POOL_VERSION_PATCH 0
#define P2POOL_VERSION_PATCH 1

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

Expand Down

0 comments on commit 4dfdaf5

Please sign in to comment.