Updated for NSPR 4.4.

This commit is contained in:
wtc%netscape.com 2003-07-10 01:05:10 +00:00
parent 39265009ee
commit b192ea3d81
2 changed files with 10 additions and 10 deletions

View File

@ -60,10 +60,10 @@
#
# These variables should be modified for each NSPR release.
#
FROMTOP=/share/builds/components/nspr20/v4.3
TOTOP=./v4.3
NSPRDIR=nspr-4.3
SOURCETAG=NSPR_4_3_RTM
FROMTOP=/share/builds/components/nspr20/v4.4
TOTOP=./v4.4
NSPRDIR=nspr-4.4
SOURCETAG=NSPR_4_4_RTM
#
# enumerate Unix object directories on /s/b/c

View File

@ -49,13 +49,13 @@
#include <stdlib.h>
/*
* 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.
* This release (4.4) is backward compatible with the
* 4.0.x, 4.1.x, 4.2.x, and 4.3.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", "4.2.2", PR_VERSION
"4.2", "4.2.1", "4.2.2", "4.3", PR_VERSION
};
/*
@ -70,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.3.3",
"4.4", "4.4.1",
"4.4.3",
"4.5", "4.5.1",
"10.0", "11.1", "12.14.20"
};