Files
balatro-gba-chinese-jocker-…/source/version.c
T
2025-09-24 20:44:13 -07:00

11 lines
217 B
C

#ifndef GIT_HASH
#define GIT_HASH "undef"
#endif
#ifndef GIT_DIRTY
#define GIT_DIRTY "-dirty"
#endif
__attribute__((section(".version"), used))
const char balatro_version[] = "GBALATRO_VERSION:" GIT_HASH GIT_DIRTY;