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 a06f4dc commit f17c235Copy full SHA for f17c235
src/util.cpp
@@ -32,7 +32,7 @@ namespace p2pool {
32
#define STR2(X) STR(X)
33
#define STR(X) #X
34
35
-const char* VERSION = "v1.1 (built"
+const char* VERSION = "v1.2 (built"
36
#if defined(__clang__)
37
" with clang/" __clang_version__
38
#elif defined(__GNUC__)
0 commit comments