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 }; /*