version 0.9.99 -> 0.10.0

Bump version but keep CLIENT_VERSION_IS_RELEASE at false as this is not
a release yet.
This commit is contained in:
Wladimir J. van der Laan
2014-12-16 18:50:53 +01:00
parent a572ff7139
commit c3c635b316
5 changed files with 7 additions and 7 deletions

View File

@@ -15,8 +15,8 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 99
#define CLIENT_VERSION_MINOR 10
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build