aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-29 16:08:22 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-29 16:09:11 +0100
commitf9a2f088820574ce3c6d06bd9f4ea711184eadad (patch)
tree9dd4dc87d209af84fed4ef45150259701ca2e2de /src/clientversion.h
parent9bbbfe188c430ce078ca5f4d13885c68b35351f5 (diff)
downloadbitcoin-f9a2f088820574ce3c6d06bd9f4ea711184eadad.tar.xz
Bump version numbers for 0.9.0rc1 release
Diffstat (limited to 'src/clientversion.h')
-rw-r--r--src/clientversion.h6
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