Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2009 07:43:29 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r196065 - user/edwin/locale
Message-ID:  <200908050743.n757hTX1047588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Wed Aug  5 07:43:29 2009
New Revision: 196065
URL: http://svn.freebsd.org/changeset/base/196065

Log:
  Use version 1.7.1 of the CLDR and version 5.2.0 of the Unicode Database

Modified:
  user/edwin/locale/Makefile

Modified: user/edwin/locale/Makefile
==============================================================================
--- user/edwin/locale/Makefile	Wed Aug  5 07:41:52 2009	(r196064)
+++ user/edwin/locale/Makefile	Wed Aug  5 07:43:29 2009	(r196065)
@@ -3,9 +3,9 @@
 #
 
 UNICODEDIR?=	/home/edwin/unicode/
-CLDRVERSION?=	1.7.0
+CLDRVERSION?=	1.7.1
 CLDRDIR?=	${UNICODEDIR}/cldr/${CLDRVERSION}/
-UNIDATAVERSION?=5.1.0
+UNIDATAVERSION?=5.2.0
 UNIDATADIR?=	${UNICODEDIR}/UNIDATA/${UNIDATAVERSION}/
 
 XMLDIR?=	/home/edwin/svn/edwin/locale/tools/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908050743.n757hTX1047588>