1
0
Fork 0
forked from lthn/blockchain

=== build version: 1.1.3.70 -> 1.1.4.71 ===

This commit is contained in:
sowle 2019-11-09 00:30:35 +03:00
parent 129ad4fbf9
commit 2f7a92674c
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -5,9 +5,9 @@
#define PROJECT_MAJOR_VERSION "1"
#define PROJECT_MINOR_VERSION "1"
#define PROJECT_REVISION "3"
#define PROJECT_REVISION "4"
#define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION
#define PROJECT_VERSION_BUILD_NO 70
#define PROJECT_VERSION_BUILD_NO 71
#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 "]"