summaryrefslogtreecommitdiffhomepage
path: root/opentrack/version.cc
blob: 13bc5dc5e9df43c1f1d116ac7a99bb11183d17ec (plain)
1
2
3
4
5
6
7
8
9
#include "opentrack-compat/export.hpp"

#ifdef __cplusplus
extern "C"
#endif
OPENTRACK_EXPORT
volatile const char* opentrack_version;

volatile const char* opentrack_version = OPENTRACK_VERSION;