feat(GODT-2655): display internal build time tag in log and GUI.

This commit is contained in:
Jakub
2023-05-26 15:07:35 +02:00
parent ade2fd9403
commit cde9c19f71
10 changed files with 71 additions and 5 deletions

View File

@ -23,6 +23,7 @@
#define PROJECT_VENDOR "@BRIDGE_VENDOR@"
#define PROJECT_VER "@BRIDGE_APP_VERSION@"
#define PROJECT_REVISION "@BRIDGE_REVISION@"
#define PROJECT_TAG "@BRIDGE_TAG@"
#define PROJECT_BUILD_TIME "@BRIDGE_BUILD_TIME@"
#define PROJECT_DSN_SENTRY "@BRIDGE_DSN_SENTRY@"
#define PROJECT_BUILD_ENV "@BRIDGE_BUILD_ENV@"