Skip to content

Commit 5b9b73a

Browse files
committed
p2pool v1.9
1 parent a2afa29 commit 5b9b73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace p2pool {
3232
#define STR2(X) STR(X)
3333
#define STR(X) #X
3434

35-
const char* VERSION = "v1.8 (built"
35+
const char* VERSION = "v1.9 (built"
3636
#if defined(__clang__)
3737
" with clang/" __clang_version__
3838
#elif defined(__GNUC__)

0 commit comments

Comments
 (0)