mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 01:32:43 +00:00
7 lines
111 B
C
7 lines
111 B
C
|
|
#ifdef GIT_HASH
|
|
const char Version[] = "OEFW-" GIT_HASH;
|
|
#else
|
|
const char Version[] = "OEFW-230912";
|
|
#endif
|