Do not hardcode xclip
[llpp.git] / version.c
blobc74483a0ee7cde4c71fe88a288f0b64faf8d8d05
1 #define stringify1(x) #x
2 #define stringify(x) stringify1 (x)
3 const char llpp_version[] = stringify (LLPP_VERSION);