summaryrefslogtreecommitdiffstats
path: root/libversion/doxyversion.cpp.in
blob: 11bca8d29f21712cd037e3f401671d39821af690 (plain)
1
2
3
4
5
6
7
#include "version.h"

char *getVersion(void)
{
  static char versionString[] = "@DOXYGEN_VERSION@";
  return versionString;
}