xemu/xemu-version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
293 B
C
Raw Normal View History

#ifndef XEMU_VERSION_H
#define XEMU_VERSION_H
2024-07-26 17:21:01 -07:00
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_branch;
extern const char *xemu_commit;
extern const char *xemu_date;
#endif