diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-01 10:25:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-01 10:25:26 +0200 |
commit | 8e15efa76c71b0763c1b7e0abe6e55177fd0dd14 (patch) | |
tree | 2f7556d9caa60bd2866ffc5fbaf6f2590883e993 /src/clientversion.h | |
parent | e9d0d252fc57119766f5d7b58715451dd42b1ce6 (diff) |
Bump version to 0.11
Diffstat (limited to 'src/clientversion.h')
-rw-r--r-- | src/clientversion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index 3c8c969f9d..e45c8dc851 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -15,12 +15,12 @@ //! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 -#define CLIENT_VERSION_MINOR 10 -#define CLIENT_VERSION_REVISION 99 +#define CLIENT_VERSION_MINOR 11 +#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) |