bump version

This commit is contained in:
Jonathan "Duke" Leto
2019-09-08 19:02:34 -07:00
parent e3a2e008fa
commit 03be877ca9
2 changed files with 4 additions and 4 deletions

View File

@@ -33,9 +33,9 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
// Must be kept in sync with configure.ac !
#define CLIENT_VERSION_MAJOR 3
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 50
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true