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 488ee574..84ddbe05 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -52,10 +52,10 @@
#include <stdlib.h>
/*
- * This release (4.7.4) is backward compatible with the
+ * This release (4.7.6) 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.x, 4.7,
- * 4.7.1, 4.7.2, and 4.7.3 releases. It, of course, is
- * compatible with itself.
+ * 4.7.1, 4.7.2, 4.7.3, 4.7.4, and 4.7.5 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",
@@ -63,7 +63,7 @@ static char *compatible_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", "4.6.8",
- "4.7", "4.7.1", "4.7.2", "4.7.3", PR_VERSION
+ "4.7", "4.7.1", "4.7.2", "4.7.3", "4.7.4", "4.7.5", PR_VERSION
};
/*