summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-08-28 18:21:32 +0000
committerwtc%netscape.com <devnull@localhost>2002-08-28 18:21:32 +0000
commit87bc0a15b6b05410d502842581df54c63eb60b17 (patch)
tree7c490b41f46bc3528ffaf65abd495c4155462616
parent502fab4f1aaf766ed733153da125a1b6d83d3717 (diff)
downloadnspr-hg-87bc0a15b6b05410d502842581df54c63eb60b17.tar.gz
Updated for NSPR 4.2.2.
-rwxr-xr-xadmin/repackage.sh8
-rw-r--r--pr/tests/vercheck.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/admin/repackage.sh b/admin/repackage.sh
index 338c6de1..03ce4641 100755
--- a/admin/repackage.sh
+++ b/admin/repackage.sh
@@ -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
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index cf3da2e7..70191fee 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.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"
};