uvk5cec/version.c

11 lines
127 B
C
Raw Normal View History

#ifdef VERSION_STRING
#define VER " "VERSION_STRING
#else
#define VER ""
#endif
const char Version[] = VER;