xemu/xemu-version.c

7 lines
193 B
C
Raw Normal View History

2021-05-19 03:12:22 -04: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;