1
0
Fork 0
forked from lthn/blockchain

=== build number: 157 -> 158 ===

This commit is contained in:
sowle 2023-11-20 15:51:13 +01:00
parent dec913c4e9
commit 020ad2ec7a

View file

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