summaryrefslogtreecommitdiffstats
path: root/cmake/modules/version.c.in
blob: 81c07e18c1894151355d9d6351d93492e340f905 (plain)
1
2
3
4
5
#include "version.h"

const char* gVERSION = "@VERSION@";
const char* gVERSION_SHORT = "@VERSION_SHORT@";
const char* gVERSION_API = "@VERSION_API@";