1
0
Fork 0
forked from lthn/blockchain

Merge branch 'release' of github.com:hyle-team/zano into release

This commit is contained in:
cryptozoidberg 2019-06-04 23:06:53 +03:00
commit bff0fcb572
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -2,6 +2,6 @@
#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "1.0"
#define PROJECT_VERSION_BUILD_NO 36
#define PROJECT_VERSION_BUILD_NO 37
#define PROJECT_VERSION_BUILD_NO_STR STRINGIFY_EXPAND(PROJECT_VERSION_BUILD_NO)
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO_STR "[" BUILD_COMMIT_ID "]"