Merge branch 'develop' into release

This commit is contained in:
sowle 2024-05-14 11:37:18 +02:00
commit 05f4a4e482
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 9c56583146172cf911e1877e8ce04f7f62001312
Subproject commit ca4115ef33f5758b9e3b62e98a41b11a8323a987

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 314
#define PROJECT_VERSION_BUILD_NO 315
#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 "]"