aboutsummaryrefslogtreecommitdiff
path: root/xW/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'xW/config.h.in')
-rw-r--r--xW/config.h.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/xW/config.h.in b/xW/config.h.in
index 2bfe8fc..f978cac 100644
--- a/xW/config.h.in
+++ b/xW/config.h.in
@@ -1,6 +1,14 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define PROGRAM_VERSION "${project_version}"
+#define PROJECT_NAME "${PROJECT_NAME}"
+#define PROJECT_VERSION "${project_version}"
+#define PROJECT_DESCRIPTION "${PROJECT_DESCRIPTION}"
+#define PROJECT_AUTHOR "Přemysl Eric Janouch"
+
+#define PROJECT_MAJOR (${PROJECT_VERSION_MAJOR}-0)
+#define PROJECT_MINOR (${PROJECT_VERSION_MINOR}-0)
+#define PROJECT_PATCH (${PROJECT_VERSION_PATCH}-0)
+#define PROJECT_TWEAK (${PROJECT_VERSION_TWEAK}-0)
#endif // ! CONFIG_H