1
0
Fork 0
forked from lthn/blockchain

=== build number: 104 -> 105 ===

This commit is contained in:
zano build machine 2020-10-01 16:23:31 +03:00
parent 9bf85dfed5
commit 8b242b149c

View file

@ -8,6 +8,6 @@
#define PROJECT_REVISION "7"
#define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION
#define PROJECT_VERSION_BUILD_NO 104
#define PROJECT_VERSION_BUILD_NO 105
#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 "]"