1
mirror of https://github.com/egzumer/uv-k5-firmware-custom.git synced 2025-12-12 12:41:21 +04:00
Files
uv-k5-firmware-custom/version.c

12 lines
228 B
C
Raw Normal View History

2023-09-09 08:03:56 +01:00
2023-11-26 21:04:01 +01:00
#ifdef VERSION_STRING
#define VER " "VERSION_STRING
2023-09-09 13:01:24 +01:00
#else
2023-11-26 21:04:01 +01:00
#define VER ""
2023-09-09 13:01:24 +01:00
#endif
2023-09-13 09:20:09 +01:00
2023-11-26 21:04:01 +01:00
const char Version[] = AUTHOR_STRING VER;
const char UART_Version[] = "UV-K5 Firmware, Open Edition, " AUTHOR_STRING VER "\r\n";