diff options
Diffstat (limited to 'src/version.c.in')
-rw-r--r-- | src/version.c.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/version.c.in b/src/version.c.in index bf2fddee..86315801 100644 --- a/src/version.c.in +++ b/src/version.c.in @@ -1,3 +1,7 @@ +/* Prevent subsequent inclusion of version.h + * (e.g. in the case of Meson unity build mode) */ +#define CRYSTFEL_VERSION_H + const char *crystfel_version_string() { return "@VCS_TAG@"; |