xemu/xemu-version.c

7 lines
193 B
C
Raw Permalink Normal View History

2021-05-19 07:12:22 +00:00
#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;