mirror of
https://github.com/phdlee/uvk5cec
synced 2024-11-21 15:39:48 +00:00
11 lines
127 B
C
11 lines
127 B
C
|
|
#ifdef VERSION_STRING
|
|
#define VER " "VERSION_STRING
|
|
#else
|
|
#define VER ""
|
|
#endif
|
|
|
|
|
|
const char Version[] = VER;
|
|
|