aboutsummaryrefslogtreecommitdiff
path: root/patchlvl.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlvl.h')
-rw-r--r--patchlvl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/patchlvl.h b/patchlvl.h
index 25461cf..6f084ee 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -1,5 +1,5 @@
/*
- * XRADARVERSION is a string for the version specifier. The leading
+ * ZINCVERSION 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.
@@ -8,9 +8,9 @@
/*
* Keep these in sync with VERSION in Makefile.in
*/
-#ifndef XRADARVERSION
-#define XRADARVER 3
-#define XRADARREV 1
-#define XRADARPLVL 8
-#define XRADARVERSION "xradar-version-318"
+#ifndef ZINCVERSION
+#define ZINCVER 3
+#define ZINCREV 1
+#define ZINCPLVL 9
+#define ZINCVERSION "zinc-version-319"
#endif