1
0
Fork 0
forked from lthn/blockchain

Merge remote-tracking branch 'origin/develop' into release

This commit is contained in:
sowle 2024-09-27 19:08:02 +02:00
commit 4438949480
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 748e8e96d8f2653e6e698a11f67c172c1f84c2b2
Subproject commit 6d212d4eefaf6d13c72799cb89be2c80b1813d38

View file

@ -8,6 +8,6 @@
#define PROJECT_REVISION "1"
#define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION
#define PROJECT_VERSION_BUILD_NO 346
#define PROJECT_VERSION_BUILD_NO 347
#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 "]"