1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 08:24:20 +00:00

changed versions

This commit is contained in:
orignal 2017-03-28 15:17:09 -04:00
parent 44596b418b
commit 893133867d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"