aboutsummaryrefslogtreecommitdiff
path: root/patchlvl.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlvl.h')
-rw-r--r--patchlvl.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/patchlvl.h b/patchlvl.h
new file mode 100644
index 0000000..a626944
--- /dev/null
+++ b/patchlvl.h
@@ -0,0 +1,16 @@
+/*
+ * XRADARVERSION is a string for the version specifier. The leading
+ * number is the major version number, the letter is the revision ("a"
+ * for alpha release, "b" for beta release, "c", and so on), and the
+ * trailing number is the patchlevel.
+ */
+
+/*
+ * Keep these in sync with VERSION in Makefile.in
+ */
+#ifndef XRADARVERSION
+#define XRADARVER 3
+#define XRADARREV 1
+#define XRADARPLVL 7
+#define XRADARVERSION "xradar-version-317"
+#endif