mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
13 lines
331 B
C
13 lines
331 B
C
|
|
#ifdef GIT_HASH
|
|
#define __VER__ GIT_HASH
|
|
#else
|
|
#define __VER__ "231012"
|
|
#endif
|
|
|
|
//#define __VER_PREFIX__ "OEFW-"
|
|
#define __VER_PREFIX__ "1o11-"
|
|
|
|
const char Version_str[] = __VER_PREFIX__ __VER__;
|
|
const char UART_Version_str[] = "UV-K5 Firmware, Open Edition, " __VER_PREFIX__ __VER__ ", " __DATE__ " " __TIME__;
|