Browse Source

changed versions

pull/5/head
orignal 7 years ago
parent
commit
893133867d
  1. 6
      src/clientversion.h
  2. 2
      src/version.cpp

6
src/clientversion.h

@ -7,9 +7,9 @@ @@ -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

2
src/version.cpp

@ -8,7 +8,7 @@ @@ -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"

Loading…
Cancel
Save