diff options
| author | Olivier Blin <[email protected]> | 2014-01-05 12:51:42 +0100 |
|---|---|---|
| committer | Olivier Blin <[email protected]> | 2014-01-05 12:51:42 +0100 |
| commit | 9a60b07b5012e00f8c472f7b2d572a53ee272f9a (patch) | |
| tree | 691c1e1ba69ecfe7b4e542348582c4a31d12085a | |
| parent | Merge pull request #97 from billym2k/master (diff) | |
| download | discoin-9a60b07b5012e00f8c472f7b2d572a53ee272f9a.tar.xz discoin-9a60b07b5012e00f8c472f7b2d572a53ee272f9a.zip | |
fix version
| -rw-r--r-- | src/version.h | 6 |
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 = |