Bump version to a 3.5 pre-release

This commit is contained in:
Duke Leto
2020-07-23 10:27:07 -04:00
parent 5a1109ccf4
commit ee09f123c6
2 changed files with 4 additions and 2 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 4
#define CLIENT_VERSION_MINOR 5
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 50
#define CLIENT_VERSION_BUILD 5
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true