8 lines
142 B
C
8 lines
142 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
__attribute__((used))
|
|
const char gba_version[] = "GBA_VERSION:" GIT_HASH GIT_DIRTY;
|
|
|
|
#endif // VERSION_H
|