diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-02-28 03:00:14 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-02-28 03:00:14 +0000 |
commit | 2ab1b4d64d3d2a718bade5161c2ec2c834111f7b (patch) | |
tree | 7458e68e56824d534f349c87bc51c3c23caeee16 /component_versions.mk | |
parent | 0402bb5e22f9c422ce2942d0c07735aee76fe1f4 (diff) | |
download | ds-2ab1b4d64d3d2a718bade5161c2ec2c834111f7b.tar.gz ds-2ab1b4d64d3d2a718bade5161c2ec2c834111f7b.tar.xz ds-2ab1b4d64d3d2a718bade5161c2ec2c834111f7b.zip |
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
Diffstat (limited to 'component_versions.mk')
-rw-r--r-- | component_versions.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |