Skip to content

Commit

Permalink
Update version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Jun 19, 2024
1 parent 2cbb648 commit caed7f9
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 @@ -34,8 +34,8 @@

namespace p2pool {

#define P2POOL_VERSION_MAJOR 3
#define P2POOL_VERSION_MINOR 10
#define P2POOL_VERSION_MAJOR 4
#define P2POOL_VERSION_MINOR 0
#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 caed7f9

Please sign in to comment.