diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-01 10:25:26 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-01 10:25:26 +0200 |
| commit | 8e15efa76c71b0763c1b7e0abe6e55177fd0dd14 (patch) | |
| tree | 2f7556d9caa60bd2866ffc5fbaf6f2590883e993 /src | |
| parent | Merge pull request #6208 (diff) | |
| download | discoin-8e15efa76c71b0763c1b7e0abe6e55177fd0dd14.tar.xz discoin-8e15efa76c71b0763c1b7e0abe6e55177fd0dd14.zip | |
Bump version to 0.11
Diffstat (limited to 'src')
| -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 3c8c969f9..e45c8dc85 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) |