aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/version.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/version.h.in b/include/version.h.in
new file mode 100644
index 0000000..c52ce77
--- /dev/null
+++ b/include/version.h.in
@@ -0,0 +1,14 @@
+#ifndef SMOLBOTE_VERSION_H
+#define SMOLBOTE_VERSION_H
+
+// Version: 1.2.3
+#mesondefine poi_Version
+
+// Describe: 1.2.3-r123-0123456789ab
+#mesondefine poi_Describe
+
+// Build
+#mesondefine poi_Build
+
+#endif // SMOLBOTE_VERSION_H
+