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