#ifndef VERSION_H
#define VERSION_H
const char *subsurface_git_version();
const char *subsurface_canonical_version();
#endif