Files
xemu/xemu-version.h
2026-01-04 23:38:25 -07:00

12 lines
261 B
C

#ifndef XEMU_VERSION_H
#define XEMU_VERSION_H
extern const int xemu_version_major;
extern const int xemu_version_minor;
extern const int xemu_version_patch;
extern const char *xemu_version;
extern const char *xemu_commit;
extern const char *xemu_date;
#endif