1
0
Fork 0
forked from lthn/blockchain

=== build number: 45 -> 46 ===

This commit is contained in:
sowle 2019-08-28 18:18:11 +03:00
parent 28659827c3
commit 4cb6a6a51f
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

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