aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Blin <[email protected]>2014-01-05 12:51:42 +0100
committerOlivier Blin <[email protected]>2014-01-05 12:51:42 +0100
commit9a60b07b5012e00f8c472f7b2d572a53ee272f9a (patch)
tree691c1e1ba69ecfe7b4e542348582c4a31d12085a
parentMerge pull request #97 from billym2k/master (diff)
downloaddiscoin-9a60b07b5012e00f8c472f7b2d572a53ee272f9a.tar.xz
discoin-9a60b07b5012e00f8c472f7b2d572a53ee272f9a.zip
fix version
-rw-r--r--src/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h
index e2ede9011..dba1ffdd5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -12,9 +12,9 @@
//
// These need to be macro's, as version.cpp's voodoo requires it
-#define CLIENT_VERSION_MAJOR 0
-#define CLIENT_VERSION_MINOR 6
-#define CLIENT_VERSION_REVISION 4
+#define CLIENT_VERSION_MAJOR 1
+#define CLIENT_VERSION_MINOR 4
+#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
static const int CLIENT_VERSION =