xemu/xemu-version.c
2021-05-19 01:09:39 -07:00

7 lines
193 B
C

#include "xemu-version-macro.h"
const char *xemu_version = XEMU_VERSION;
const char *xemu_branch = XEMU_BRANCH;;
const char *xemu_commit = XEMU_COMMIT;
const char *xemu_date = XEMU_DATE;