diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-29 16:08:22 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-29 16:09:11 +0100 |
commit | f9a2f088820574ce3c6d06bd9f4ea711184eadad (patch) | |
tree | 9dd4dc87d209af84fed4ef45150259701ca2e2de /src | |
parent | 9bbbfe188c430ce078ca5f4d13885c68b35351f5 (diff) |
Bump version numbers for 0.9.0rc1 release
Diffstat (limited to 'src')
-rw-r--r-- | src/clientversion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index a06ceb7505..3c69e028b5 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -10,12 +10,12 @@ // 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 8 -#define CLIENT_VERSION_REVISION 99 +#define CLIENT_VERSION_MINOR 9 +#define CLIENT_VERSION_REVISION 0 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build -#define CLIENT_VERSION_IS_RELEASE false +#define CLIENT_VERSION_IS_RELEASE true // Copyright year (2009-this) // Todo: update this when changing our copyright comments in the source |