Skip to content

Commit

Permalink
Update version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Aug 12, 2024
1 parent 2b47218 commit f3e96d7
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 0
#define P2POOL_VERSION_MINOR 1
#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 f3e96d7

Please sign in to comment.