Cheops Release Fix 2

Adressing small node number network issues.
This commit is contained in:
TrianglesCommunityProject
2014-08-29 13:49:42 +02:00
parent a0158e66f2
commit 215a52f3e6
4 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 3
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 1
// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!