aboutsummaryrefslogtreecommitdiff
path: root/version.h.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-07-02 14:22:11 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-07-02 14:46:31 -0400
commit0c6b6035c3318e95e5d417639a3d7854cce72464 (patch)
treee4312192086078caeebac5ac58f0f32ad3b795df /version.h.in
parent5dd87260434756f3c974a6c75d373645d84f7b30 (diff)
downloadsplitfits-0c6b6035c3318e95e5d417639a3d7854cce72464.tar.gz
Add version information
Diffstat (limited to 'version.h.in')
-rw-r--r--version.h.in6
1 files changed, 6 insertions, 0 deletions
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