From bb1ca285a3e66da58ca03be0640e889b40be50aa Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 28 Aug 2002 20:27:31 +0000 Subject: [PATCH] Updated for NSPR 4.3. git-svn-id: svn://10.0.0.236/trunk@128375 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/tests/vercheck.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mozilla/nsprpub/pr/tests/vercheck.c b/mozilla/nsprpub/pr/tests/vercheck.c index 70191fee069..9cec4302b70 100644 --- a/mozilla/nsprpub/pr/tests/vercheck.c +++ b/mozilla/nsprpub/pr/tests/vercheck.c @@ -49,12 +49,13 @@ #include /* - * 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" };