Bump versions for 0.7.1 release

This commit is contained in:
Gavin Andresen
2012-10-09 12:37:35 -04:00
parent de038acd96
commit 1d1f32d16d
5 changed files with 8 additions and 8 deletions

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 0
#define CLIENT_VERSION_MINOR 7
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 99
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0
// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!