From 0c6b6035c3318e95e5d417639a3d7854cce72464 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 2 Jul 2020 14:22:11 -0400 Subject: Add version information --- version.h.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 version.h.in (limited to 'version.h.in') diff --git a/version.h.in b/version.h.in new file mode 100644 index 0000000..581156e --- /dev/null +++ b/version.h.in @@ -0,0 +1,6 @@ +#ifndef SPLITFITS_VERSION_H +#define SPLITFITS_VERSION_H + +#define SPLITFITS_VERSION "@GIT_VERSION@" + +#endif -- cgit