#include "version.h" char *getVersion(void) { static char versionString[] = "@DOXYGEN_VERSION@"; return versionString; }