diff --git a/src/clientversion.h b/src/clientversion.h index bbab4d5..1a971d7 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -7,9 +7,9 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 -#define CLIENT_VERSION_MINOR 8 -#define CLIENT_VERSION_REVISION 5 -#define CLIENT_VERSION_BUILD 6 +#define CLIENT_VERSION_MINOR 1 +#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_BUILD 0 #define ANONOCOIN_RELEASE 7 diff --git a/src/version.cpp b/src/version.cpp index 1172c4b..56eebd6 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -8,7 +8,7 @@ // Name of client reported in the 'version' message. Report the same name // for both bitcoind and bitcoin-qt, to make it harder for attackers to // target servers or GUI users specifically. -const std::string CLIENT_NAME("Anonymous"); +const std::string CLIENT_NAME("GOST"); // Client version number #define CLIENT_VERSION_SUFFIX "-beta"