aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-01-10 02:22:43 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-01-10 03:12:47 +0100
commita91e24930cec67804db411b31a0a6eee411077eb (patch)
tree73081bc68721c5a2f9c32ef1e8489d5998110e90 /config.h.in
downloaddesktop-tools-a91e24930cec67804db411b31a0a6eee411077eb.tar.gz
desktop-tools-a91e24930cec67804db411b31a0a6eee411077eb.tar.xz
desktop-tools-a91e24930cec67804db411b31a0a6eee411077eb.zip
Initial commit
These used to be part of my dwm fork repository.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..89cd306
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,8 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define PROGRAM_NAME "${PROJECT_NAME}"
+#define PROGRAM_VERSION "${project_VERSION}"
+
+#endif // ! CONFIG_H
+