aboutsummaryrefslogtreecommitdiff
path: root/src/autogen/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/autogen/version.h.in')
-rw-r--r--src/autogen/version.h.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/autogen/version.h.in b/src/autogen/version.h.in
new file mode 100644
index 0000000..4d50885
--- /dev/null
+++ b/src/autogen/version.h.in
@@ -0,0 +1,21 @@
+/*
+ * This file is part of smolbote. It's copyrighted by the contributors recorded
+ * in the version control history of the file, available from its original
+ * location: https://neueland.iserlohn-fortress.net/cgit/smolbote
+ *
+ * SPDX-License-Identifier: GPL-3.0
+ */
+
+#ifndef SMOLBOTE_VERSION_H
+#define SMOLBOTE_VERSION_H
+
+/*
+ * This is an automatically generated file, any changes to it may be overwritten.
+ * Edit src/version.h.in instead.
+ */
+
+#define POI_NAME "@CMAKE_PROJECT_NAME@"
+#define POI_VERSION "@CMAKE_PROJECT_VERSION@"
+#define POI_SHORT_VERSION "@CMAKE_PROJECT_SHORT_VERSION@"
+
+#endif // SMOLBOTE_VERSION_H