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 5c907d3 commit bbee372Copy full SHA for bbee372
src/util.h
@@ -35,8 +35,8 @@
35
namespace p2pool {
36
37
#define P2POOL_VERSION_MAJOR 4
38
-#define P2POOL_VERSION_MINOR 9
39
-#define P2POOL_VERSION_PATCH 1
+#define P2POOL_VERSION_MINOR 10
+#define P2POOL_VERSION_PATCH 0
40
41
constexpr uint32_t P2POOL_VERSION = (P2POOL_VERSION_MAJOR << 16) | (P2POOL_VERSION_MINOR << 8) | P2POOL_VERSION_PATCH;
42
0 commit comments