diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-19 12:44:55 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-19 12:44:55 -0500 |
commit | 5f9462caad014e4abfc762101c8d2e6b02bb1ae5 (patch) | |
tree | 7662550a895bedb1aefdf91b6029c5068fa082df /config.h.in | |
parent | 210bf43679532b99d9628b66977601856195c849 (diff) | |
download | spmc-5f9462caad014e4abfc762101c8d2e6b02bb1ae5.tar.gz |
Print versionversioning
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index cedd8a4..b9fd475 100644 --- a/config.h.in +++ b/config.h.in @@ -2,5 +2,6 @@ #define SPM_CONFIG_IN_H #cmakedefine HAVE_STRSEP 1 +#define SPM_VERSION "${VERSION}" #endif //SPM_CONFIG_IN_H |