From 9a60b07b5012e00f8c472f7b2d572a53ee272f9a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 5 Jan 2014 12:51:42 +0100 Subject: [PATCH] fix version --- src/version.h | 6 +++--- 1 file 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 =