llpp/version.c

4 lines
115 B
C

#define stringify1(x) #x
#define stringify(x) stringify1 (x)
const char llpp_version[] = stringify (LLPP_VERSION);