1
0
Fork 0
forked from lthn/blockchain

increased version

This commit is contained in:
cryptozoidberg 2025-03-14 12:58:41 +04:00
parent be59c78439
commit 09c3c2c156
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -5,9 +5,9 @@
#define PROJECT_MAJOR_VERSION "2"
#define PROJECT_MINOR_VERSION "1"
#define PROJECT_REVISION "0"
#define PROJECT_REVISION "1"
#define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION
#define PROJECT_VERSION_BUILD_NO 382
#define PROJECT_VERSION_BUILD_NO 390
#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 "]"