Update the vercheck.c test for NSPR 4.2.1.

This commit is contained in:
wtc%netscape.com 2002-06-13 22:15:59 +00:00
Родитель 2b122e66af
Коммит ce6a470e3f
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -49,12 +49,12 @@
#include <stdlib.h>
/*
* This release (4.2) is backward compatible with the
* 4.0.x and 4.1.x releases. It, of course, is compatible
* This release (4.2.1) is backward compatible with the
* 4.0.x, 4.1.x, and 4.2 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", PR_VERSION
"4.0", "4.0.1", "4.1", "4.1.1", "4.1.2", "4.1.3", "4.2", PR_VERSION
};
/*
@ -69,7 +69,7 @@ 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.2", "4.2.3",
"4.3", "4.3.1",
"10.0", "11.1", "12.14.20"
};