subsurface/core/version.h
Dirk Hohndel 58fb49f243 retire the mobile version
Both Subsurface and Subsurface-mobile will share the same version number moving
forward.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2024-01-06 10:55:24 -08:00

15 lines
204 B
C

#ifndef VERSION_H
#define VERSION_H
#ifdef __cplusplus
extern "C" {
#endif
const char *subsurface_git_version(void);
const char *subsurface_canonical_version(void);
#ifdef __cplusplus
}
#endif
#endif