Add Zcash revision to version strings

This commit is contained in:
Jack Grigg
2016-05-18 16:50:28 +12:00
parent a6770caa45
commit fe0cacd2d8
6 changed files with 20 additions and 16 deletions

View File

@@ -18,6 +18,7 @@
#define CLIENT_VERSION_MINOR 11
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_ZCASH 3
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true