1
0
Fork 0
forked from lthn/blockchain

Version incremented

This commit is contained in:
crypro.zoidberg 2019-01-15 22:42:28 +03:00
parent 24c9011f42
commit 6cfc33f887

View file

@ -2,6 +2,6 @@
#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "1.0"
#define PROJECT_VERSION_BUILD_NO 4
#define PROJECT_VERSION_BUILD_NO 5
#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 "]"