Skip to content

Commit 2416a80

Browse files
committed
p2pool v4.5
1 parent 779f72a commit 2416a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
namespace p2pool {
3636

3737
#define P2POOL_VERSION_MAJOR 4
38-
#define P2POOL_VERSION_MINOR 4
38+
#define P2POOL_VERSION_MINOR 5
3939
#define P2POOL_VERSION_PATCH 0
4040

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

0 commit comments

Comments
 (0)