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