1 2 3 4 5 6 7 8 9
#include "buildinfo.h" void print_build_info() { printf("Version:%s\n", BUILD_VERSION); printf("Build:%s\n", BUILD_DATE); }