From 10f6682acfbeab631aca4ff2d3c4649432a57186 Mon Sep 17 00:00:00 2001 From: Mikael Hirki Date: Sat, 14 Sep 2013 11:19:13 +0300 Subject: [PATCH] Bump version to hp11. --- src/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cpp b/src/version.cpp index 8aac1c16..a5e1a2e5 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -15,7 +15,7 @@ const std::string CLIENT_NAME("Satoshi"); #define CLIENT_VERSION_SUFFIX "-beta" // Special version string -#define SPECIAL_VERSION_STR "xpm-hp10" +#define SPECIAL_VERSION_STR "xpm-hp11" // The following part of the code determines the CLIENT_BUILD variable.