aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-23 03:58:33 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-23 03:58:33 +0200
commit6673ba53c17bb1ab99a1e7629156d99452213747 (patch)
tree70cf515693ed51c5537dc5fb178e5d938862bd35 /include
parentAdblockRule constructor (diff)
downloadsmolbote-6673ba53c17bb1ab99a1e7629156d99452213747.tar.xz
Initial meson build files
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
+