mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
7 lines
193 B
C
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;
|