From 2ab1b4d64d3d2a718bade5161c2ec2c834111f7b Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Tue, 28 Feb 2006 03:00:14 +0000 Subject: Fixing nightly build Changes: 1) NSPR_RELDATE: v4.6.1 --> v4.6 2) ICU_LIB_VERSION: 34 --> 24 This is a temporary degrade to adjust the version to match the one in adminutil.Once adminutil is built with icu 3.4 and pushed to /s/b/c, we'd go back to 3.4. 3) lib/base/systhr.cpp: Applied NSPR sysfd table patch 4) DS version: 7.1 --> 7.2 --- component_versions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'component_versions.mk') diff --git a/component_versions.mk b/component_versions.mk index ea8b79c7..fe676cdd 100644 --- a/component_versions.mk +++ b/component_versions.mk @@ -52,7 +52,7 @@ # naming scheme. # NSPR ifndef NSPR_RELDATE - NSPR_RELDATE = v4.6.1 + NSPR_RELDATE = v4.6 endif # SECURITY (NSS) LIBRARY @@ -205,7 +205,7 @@ endif # DOC ifndef DSDOC_RELDATE - DSDOC_RELDATE = 20051028 + DSDOC_RELDATE = 20050311 endif # WIX -- cgit