diff options
Diffstat (limited to 'xW/config.h.in')
-rw-r--r-- | xW/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xW/config.h.in b/xW/config.h.in new file mode 100644 index 0000000..2bfe8fc --- /dev/null +++ b/xW/config.h.in @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROGRAM_VERSION "${project_version}" + +#endif // ! CONFIG_H |