summaryrefslogtreecommitdiff
path: root/pr/tests/vercheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/vercheck.c')
-rw-r--r--pr/tests/vercheck.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index 5174c0b3..50e4ea05 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -52,14 +52,16 @@
#include <stdlib.h>
/*
- * This release (4.6.1) is backward compatible with the
- * 4.0.x, 4.1.x, 4.2.x, 4.3.x, 4.4.x, 4.5.x, and 4.6 releases.
- * It, of course, is compatible with itself.
+ * This release (4.6.8) is backward compatible with the
+ * 4.0.x, 4.1.x, 4.2.x, 4.3.x, 4.4.x, 4.5.x, 4.6, 4.6.1, 4.6.2,
+ * 4.6.3, 4.6.4, 4.6.5, 4.6.6 and 4.6.7 releases. It, of course,
+ * is compatible with itself.
*/
static char *compatible_version[] = {
"4.0", "4.0.1", "4.1", "4.1.1", "4.1.2", "4.1.3",
"4.2", "4.2.1", "4.2.2", "4.3", "4.4", "4.4.1",
- "4.5", "4.5.1", "4.6", PR_VERSION
+ "4.5", "4.5.1", "4.6", "4.6.1", "4.6.2", "4.6.3",
+ "4.6.4", "4.6.5", "4.6.6", "4.6.7", PR_VERSION
};
/*
@@ -74,7 +76,7 @@ static char *incompatible_version[] = {
"3.0", "3.0.1",
"3.1", "3.1.1", "3.1.2", "3.1.3",
"3.5", "3.5.1",
- "4.6.3",
+ "4.6.99",
"4.7", "4.7.1",
"10.0", "11.1", "12.14.20"
};