Skip to content

Commit f3e96d7

Browse files
committed
Update version to 4.1.0
1 parent 2b47218 commit f3e96d7

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 0
38+
#define P2POOL_VERSION_MINOR 1
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)