1
0
Fork 0
forked from lthn/blockchain

=== build number: 422 -> 423 ===

This commit is contained in:
sowle 2025-07-23 19:21:02 +03:00
parent b57fa844ef
commit cd16b5c743
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -8,10 +8,6 @@
#define PROJECT_REVISION "8"
#define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION
<<<<<<< HEAD
#define PROJECT_VERSION_BUILD_NO 421
=======
#define PROJECT_VERSION_BUILD_NO 422
>>>>>>> release
#define PROJECT_VERSION_BUILD_NO 423
#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 "]"