diff --git a/src/util.cpp b/src/util.cpp index a530b2b..8a74ef7 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -32,7 +32,7 @@ namespace p2pool { #define STR2(X) STR(X) #define STR(X) #X -const char* VERSION = "v1.6 (built" +const char* VERSION = "v1.7 (built" #if defined(__clang__) " with clang/" __clang_version__ #elif defined(__GNUC__)