Change version to 1.0.0. This is just a beta.

This commit is contained in:
Sean Bowe
2016-09-09 00:32:19 -06:00
parent 48bb727d8a
commit f11099e2f0
3 changed files with 7 additions and 7 deletions

View File

@@ -14,9 +14,9 @@
*/
//! 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 11
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build