1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 16:34:29 +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 // 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_MAJOR 0
#define CLIENT_VERSION_MINOR 8 #define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 5 #define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 6 #define CLIENT_VERSION_BUILD 0
#define ANONOCOIN_RELEASE 7 #define ANONOCOIN_RELEASE 7

View File

@ -8,7 +8,7 @@
// Name of client reported in the 'version' message. Report the same name // 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 // for both bitcoind and bitcoin-qt, to make it harder for attackers to
// target servers or GUI users specifically. // target servers or GUI users specifically.
const std::string CLIENT_NAME("Anonymous"); const std::string CLIENT_NAME("GOST");
// Client version number // Client version number
#define CLIENT_VERSION_SUFFIX "-beta" #define CLIENT_VERSION_SUFFIX "-beta"