summaryrefslogtreecommitdiffstats
path: root/include/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h.in')
-rw-r--r--include/version.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/version.h.in b/include/version.h.in
new file mode 100644
index 0000000..d70f183
--- /dev/null
+++ b/include/version.h.in
@@ -0,0 +1,9 @@
+#ifndef VERSION_H
+
+#define VERSION_H
+
+/* pkg version */
+char package[] = "rancid";
+char version[] = "2.2";
+
+#endif