uv-k5-firmware-chinese-lts/version.c

16 lines
304 B
C
Raw Normal View History

2023-11-30 06:38:27 +00:00
#define ONE_OF_ELEVEN_VER
#ifdef GIT_HASH
#define VER GIT_HASH
#else
#define VER "103"
2023-11-30 06:38:27 +00:00
#endif
#ifndef ONE_OF_ELEVEN_VER
const char Version[] = "OEFW-"VER;
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
#else
2023-12-04 15:19:08 +00:00
const char Version[] = "L"VER;
2023-11-30 06:38:27 +00:00
#endif