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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index 4235a832..cf3da2e7 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -49,12 +49,12 @@
#include <stdlib.h>
/*
- * This release (4.2) is backward compatible with the
- * 4.0.x and 4.1.x releases. It, of course, is compatible
+ * This release (4.2.1) is backward compatible with the
+ * 4.0.x, 4.1.x, and 4.2 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", PR_VERSION
+ "4.0", "4.0.1", "4.1", "4.1.1", "4.1.2", "4.1.3", "4.2", PR_VERSION
};
/*
@@ -69,7 +69,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.2.3",
+ "4.2.2", "4.2.3",
"4.3", "4.3.1",
"10.0", "11.1", "12.14.20"
};