diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-06-02 17:11:05 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-06-02 17:11:05 +0200 |
commit | d648236d87d4ee40dbde4ddae3d57b9e7889ca53 (patch) | |
tree | 983cb0927135e1b3087180b9d0f074307b32f9e6 /src | |
parent | f00b62391b9317bf4c83676520fede1fb4027c43 (diff) |
bump version in clientversion.h
Diffstat (limited to 'src')
-rw-r--r-- | src/clientversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index 3c8c969f9d..5a06b310a3 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -15,7 +15,7 @@ //! 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_MINOR 11 #define CLIENT_VERSION_REVISION 99 #define CLIENT_VERSION_BUILD 0 |