mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
Since all source files are now C++, this is redundant. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
11 lines
152 B
C
11 lines
152 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
extern "C" {
|
|
|
|
const char *subsurface_git_version(void);
|
|
const char *subsurface_canonical_version(void);
|
|
|
|
}
|
|
|
|
#endif
|