We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779f72a commit 2416a80Copy full SHA for 2416a80
src/util.h
@@ -35,7 +35,7 @@
35
namespace p2pool {
36
37
#define P2POOL_VERSION_MAJOR 4
38
-#define P2POOL_VERSION_MINOR 4
+#define P2POOL_VERSION_MINOR 5
39
#define P2POOL_VERSION_PATCH 0
40
41
constexpr uint32_t P2POOL_VERSION = (P2POOL_VERSION_MAJOR << 16) | (P2POOL_VERSION_MINOR << 8) | P2POOL_VERSION_PATCH;
0 commit comments