Skip to content

Commit 4dfdaf5

Browse files
committed
Update version to 4.1.1
1 parent a1f1719 commit 4dfdaf5

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
@@ -36,7 +36,7 @@ namespace p2pool {
3636

3737
#define P2POOL_VERSION_MAJOR 4
3838
#define P2POOL_VERSION_MINOR 1
39-
#define P2POOL_VERSION_PATCH 0
39+
#define P2POOL_VERSION_PATCH 1
4040

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

0 commit comments

Comments
 (0)