mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
8 lines
201 B
C
8 lines
201 B
C
|
|
#include "manifest.h"
|
|
|
|
const char *manifest_application = APPLICATION;
|
|
const char *manifest_revision = GIT_VERSION;
|
|
const char *manifest_board = BOARD;
|
|
const char *manifest_environment = ENVIRONMENT;
|