diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-12-03 11:59:37 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-12-03 12:07:01 +0100 |
| commit | c12ff995f7d70aafb12f34887fb64aa7482bbc85 (patch) | |
| tree | f8cf458db16aa10ae15fdb352daa1f3b6190212b /src | |
| parent | Merge pull request #7158 (diff) | |
| download | discoin-c12ff995f7d70aafb12f34887fb64aa7482bbc85.tar.xz discoin-c12ff995f7d70aafb12f34887fb64aa7482bbc85.zip | |
Now that 0.12 has been branched, master is 0.12.99
... in preparation for 0.13
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 5a06b310a..cd947a976 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 11 +#define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_REVISION 99 #define CLIENT_VERSION_BUILD 0 |