#include "buildinfo.h" void print_build_info() { printf("Version:%s\n", BUILD_VERSION); printf("Build:%s\n", BUILD_DATE); }