mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
10 lines
182 B
C
10 lines
182 B
C
|
#ifndef XEMU_VERSION_H
|
||
|
#define XEMU_VERSION_H
|
||
|
|
||
|
extern const char *xemu_version;
|
||
|
extern const char *xemu_branch;
|
||
|
extern const char *xemu_commit;
|
||
|
extern const char *xemu_date;
|
||
|
|
||
|
#endif
|