summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-08-28 20:27:31 +0000
committerwtc%netscape.com <devnull@localhost>2002-08-28 20:27:31 +0000
commit05834944afbeeee70ef9d3ac6073d252265a9a08 (patch)
tree5b81e7d50189a6b69f94131e1c5bec735a16caff
parent475b99963365f3c39ec6ea04c49443151bbbf562 (diff)
downloadnspr-hg-05834944afbeeee70ef9d3ac6073d252265a9a08.tar.gz
Updated for NSPR 4.3.
-rw-r--r--pr/tests/vercheck.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index 70191fee..9cec4302 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -49,12 +49,13 @@
#include <stdlib.h>
/*
- * This release (4.2.2) is backward compatible with the
- * 4.0.x, 4.1.x, 4.2, and 4.2.1 releases. It, of course, is compatible
+ * This release (4.3) is backward compatible with the
+ * 4.0.x, 4.1.x, and 4.2.x 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", PR_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", PR_VERSION
};
/*
@@ -69,8 +70,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.2.3", "4.2.4"
- "4.3", "4.3.1",
+ "4.3.3",
+ "4.4", "4.4.1",
"10.0", "11.1", "12.14.20"
};