From 19316c1dcfdaa06cbb3dea38212003b21f979697 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Tue, 19 Jun 2001 23:08:28 +0000 Subject: [PATCH] Updated the test for NSPR 4.1.2. Tag: NSPRPUB_RELEASE_4_1_BRANCH. git-svn-id: svn://10.0.0.236/branches/NSPRPUB_RELEASE_4_1_BRANCH@97476 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/tests/vercheck.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/nsprpub/pr/tests/vercheck.c b/mozilla/nsprpub/pr/tests/vercheck.c index 976e22a8423..3f86b916846 100644 --- a/mozilla/nsprpub/pr/tests/vercheck.c +++ b/mozilla/nsprpub/pr/tests/vercheck.c @@ -49,12 +49,12 @@ #include /* - * This release (4.1.1) is backward compatible with the - * 4.0.x and 4.1 releases. It, of course, is compatible with + * This release (4.1.2) is backward compatible with the + * 4.0.x, 4.1, and 4.1.1 releases. It, of course, is compatible with * itself. */ static char *compatible_version[] = { - "4.0", "4.0.1", "4.0.2", "4.1", PR_VERSION + "4.0", "4.0.1", "4.0.2", "4.1", "4.1.1", PR_VERSION }; /*