summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..e5bc7af
--- /dev/null
+++ b/version.h
@@ -0,0 +1,10 @@
+/*
+ * The version of the ax25-utils that the utility belongs to.
+ */
+
+#ifndef _VERSION_H
+#define _VERSION_H
+
+extern char version[];
+
+#endif