mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +00:00
6 lines
120 B
C
6 lines
120 B
C
#ifndef SERVALD_VERSION
|
|
#error "SERVALD_VERSION is not defined"
|
|
#endif
|
|
|
|
const char version_servald[] = SERVALD_VERSION;
|