diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-11 16:03:46 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-11 16:03:46 +0100 |
commit | d7492304e9b92b755c0bdafb9805bdca66dae94a (patch) | |
tree | feadc53a3f269e06a0884b957f837ab94112b72a /src/clientversion.h | |
parent | 41cced21063a89992ef393dda4fffc44ff60c7c3 (diff) |
Now that 0.10 has been branched, master is 0.10.99
Diffstat (limited to 'src/clientversion.h')
-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 0a36eb8012..32deaa0f1e 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 9 +#define CLIENT_VERSION_MINOR 10 #define CLIENT_VERSION_REVISION 99 #define CLIENT_VERSION_BUILD 0 |