diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-07-02 14:22:11 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-07-02 14:46:31 -0400 |
commit | 0c6b6035c3318e95e5d417639a3d7854cce72464 (patch) | |
tree | e4312192086078caeebac5ac58f0f32ad3b795df /version.h.in | |
parent | 5dd87260434756f3c974a6c75d373645d84f7b30 (diff) | |
download | splitfits-0c6b6035c3318e95e5d417639a3d7854cce72464.tar.gz |
Add version information
Diffstat (limited to 'version.h.in')
-rw-r--r-- | version.h.in | 6 |
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 |