summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-12-18 03:49:31 +0000
committerwtc%netscape.com <devnull@localhost>2001-12-18 03:49:31 +0000
commit5faf09841659b3bac917d8f5de2744fbc5638819 (patch)
tree3b2f276f885cc0e53d9cd0393b87491511bb7f58
parentcc6c5123ff3f29a7387686d8f7e62a088c86d0bd (diff)
downloadnspr-hg-5faf09841659b3bac917d8f5de2744fbc5638819.tar.gz
Updated the test for the NSPR 4.2 release.
-rw-r--r--pr/tests/vercheck.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index 49f6ea22..4235a832 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -49,12 +49,12 @@
#include <stdlib.h>
/*
- * This release (4.1) is backward compatible with the
- * 4.0.x releases. It, of course, is compatible with
- * itself.
+ * This release (4.2) is backward compatible with the
+ * 4.0.x and 4.1.x releases. It, of course, is compatible
+ * with itself.
*/
static char *compatible_version[] = {
- "4.0", "4.0.1", "4.0.2", PR_VERSION
+ "4.0", "4.0.1", "4.1", "4.1.1", "4.1.2", "4.1.3", PR_VERSION
};
/*
@@ -69,8 +69,8 @@ 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.1.3",
- "4.2", "4.2.1",
+ "4.2.3",
+ "4.3", "4.3.1",
"10.0", "11.1", "12.14.20"
};