diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-09 15:08:30 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-09 15:08:30 +0100 |
commit | c2e7baf2bdb2e2c163bcadaebe68ee00c9a27e7c (patch) | |
tree | d92bc3527410244922c83aa12a9fd7242d863599 /src/clientversion.h | |
parent | 3b89bf643896474e41047fef16d12cf03c860559 (diff) |
Bump version to 0.10.4, add release notesv0.10.4rc1v0.10.4
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 6dadd472bd..d113962fc6 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -16,7 +16,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_REVISION 3 +#define CLIENT_VERSION_REVISION 4 #define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build |