Add version details to config header

This commit is contained in:
Martchus 2023-06-17 22:53:48 +02:00
parent 38541f4c60
commit 30cefc2fd3
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
#define PROJECT_CONFIG_TARGET_SUFFIX "@TARGET_SUFFIX@"
#define APP_NAME "@META_APP_NAME@"
#define APP_VERSION "@META_APP_VERSION@"
#define APP_VERSION_MAJOR @META_VERSION_MAJOR@
#define APP_VERSION_MINOR @META_VERSION_MINOR@
#define APP_VERSION_PATCH @META_VERSION_PATCH@
#define APP_AUTHOR "@META_APP_AUTHOR@"
#define APP_CREDITS "@META_APP_CREDITS@"
#define APP_URL "@META_APP_URL@"