aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-05-11 10:09:45 -0400
committerGavin Andresen <[email protected]>2012-05-11 10:09:45 -0400
commit40fd689eb1f72f78752d80e91425811d39a4d466 (patch)
treecce2b7db13d68fc99f98a54637c8bf1c0768fd43 /src/version.h
parentMerge branch 'semaphores-v0.6.2' of https://github.com/sipa/bitcoin into 0.6.2 (diff)
downloadarchived-discoin-0.6.2.2.tar.xz
archived-discoin-0.6.2.2.zip
Bump version to 0.6.2.2 for osx-special buildv0.6.2.2
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index fec63cb7c..7cf82c395 100644
--- a/src/version.h
+++ b/src/version.h
@@ -13,7 +13,7 @@
static const int CLIENT_VERSION_MAJOR = 0;
static const int CLIENT_VERSION_MINOR = 6;
static const int CLIENT_VERSION_REVISION = 2;
-static const int CLIENT_VERSION_BUILD = 0;
+static const int CLIENT_VERSION_BUILD = 2;
static const int CLIENT_VERSION =
1000000 * CLIENT_VERSION_MAJOR