Bump client version to 0.7.0.99 now that 0.7.0 release is final.

This commit is contained in:
Gavin Andresen 2012-09-18 10:58:22 -04:00
parent 7fddf1210e
commit 5add0b0d0f

View file

@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 7
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 3
#define CLIENT_VERSION_BUILD 99
// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!