1
0
Fork 0
forked from lthn/blockchain

build version: 299 -> 300

This commit is contained in:
sowle 2024-04-10 19:13:13 +02:00
parent ed62452853
commit 82e52e951a
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

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