This commit is contained in:
wtc%netscape.com 2002-08-28 18:21:32 +00:00
Родитель d784f5eac1
Коммит 0bb7a6d8b3
2 изменённых файлов: 8 добавлений и 8 удалений

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

@ -60,10 +60,10 @@
#
# These variables should be modified for each NSPR release.
#
FROMTOP=/share/builds/components/nspr20/v4.2.1
TOTOP=./v4.2.1
NSPRDIR=nspr-4.2.1
SOURCETAG=NSPR_4_2_1_RELEASE
FROMTOP=/share/builds/components/nspr20/v4.2.2
TOTOP=./v4.2.2
NSPRDIR=nspr-4.2.2
SOURCETAG=NSPR_4_2_2_RELEASE
#
# enumerate Unix object directories on /s/b/c

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

@ -49,12 +49,12 @@
#include <stdlib.h>
/*
* 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
* 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
* with itself.
*/
static char *compatible_version[] = {
"4.0", "4.0.1", "4.1", "4.1.1", "4.1.2", "4.1.3", "4.2", PR_VERSION
"4.0", "4.0.1", "4.1", "4.1.1", "4.1.2", "4.1.3", "4.2", "4.2.1", 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.2", "4.2.3",
"4.2.3", "4.2.4"
"4.3", "4.3.1",
"10.0", "11.1", "12.14.20"
};