Skip to content

Commit

Permalink
CLDR-14354 BRS v38.1, update version in readmes, dtds, tools (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu authored Dec 10, 2020
1 parent b857ae7 commit 367b79b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unicode CLDR Project

Latest Release: [v37.0](http://cldr.unicode.org/index/downloads/cldr-37#TOC-V37) published 2020-04-23
Latest Release: [v38.1](http://cldr.unicode.org/index/downloads/cldr-38#TOC-CLDR-38.1) published 2020-12-17

## Build Status

Expand Down
2 changes: 1 addition & 1 deletion common/dtd/ldml.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $Revision$
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "38" >
<!ATTLIST version cldrVersion CDATA #FIXED "38.1" >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
Expand Down
2 changes: 1 addition & 1 deletion common/dtd/ldmlBCP47.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $Revision$
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "38" >
<!ATTLIST version cldrVersion CDATA #FIXED "38.1" >
<!--@MATCH:version-->
<!--@VALUE-->

Expand Down
2 changes: 1 addition & 1 deletion common/dtd/ldmlSupplemental.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "38" >
<!ATTLIST version cldrVersion CDATA #FIXED "38.1" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "13.0.0" >
Expand Down
2 changes: 1 addition & 1 deletion keyboards/dtd/ldmlKeyboard.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "38" >
<!ATTLIST version cldrVersion CDATA #FIXED "38.1" >
<!--@MATCH:version-->
<!--@METADATA-->

Expand Down
14 changes: 7 additions & 7 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

<body>
<h2>Unicode Common Locale Data Repository (CLDR)</h2>
<h3>ReadMe for Unicode <abbr title="Common Locale Data Repository">CLDR</abbr> version 38</h3>
<p>Last updated: 2020-Oct-21</p>
<h3>ReadMe for Unicode <abbr title="Common Locale Data Repository">CLDR</abbr> version 38.1</h3>
<p>Last updated: 2020-Dec-09</p>

<!--<p><b>Note:</b> CLDR 38 is in development and not recommended for use at this stage.</p>-->
<!--<p><b>Note:</b> This is the milestone 1 version of CLDR 38, intended for those wishing to do pre-release testing.
<!--<p><b>Note:</b> CLDR 38.1 is in development and not recommended for use at this stage.</p>-->
<!--<p><b>Note:</b> This is the milestone 1 version of CLDR 38.1, intended for those wishing to do pre-release testing.
It is not recommended for production use.</p>-->
<!--<p><b>Note:</b> This is a preliminary version of CLDR 38, intended for those wishing to do pre-release testing.
<!--<p><b>Note:</b> This is a preliminary version of CLDR 38.1, intended for those wishing to do pre-release testing.
It is not recommended for production use.</p>-->
<!--<p><b>Note:</b> This is a pre-release candidate version of CLDR 38, intended for testing.
<!--<p><b>Note:</b> This is a pre-release candidate version of CLDR 38.1, intended for testing.
It is not recommended for production use.</p>-->
<p>This is the final release version of CLDR 38.</p>
<p>This is the final release version of CLDR 38.1.</p>

<p><strong>Important notes for CLDR 36 and later:</strong></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion tools/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="CLDR Distribution" default="all" basedir=".">
<target name="init">
<tstamp/>
<property name="version" value="37.0"/>
<property name="version" value="38.1"/>
<property name="dist.dir" value="dist"/>
<property name="dist.conf.dir" value="dist.conf"/>
<property name="excludes.file" value="${dist.conf.dir}/distExcludes.txt"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/java/org/unicode/cldr/util/CLDRFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public class CLDRFile implements Freezable<CLDRFile>, Iterable<String>, LocaleSt
public static final String SUPPLEMENTAL_NAME = "supplementalData";
public static final String SUPPLEMENTAL_METADATA = "supplementalMetadata";
public static final String SUPPLEMENTAL_PREFIX = "supplemental";
public static final String GEN_VERSION = "38";
public static final String GEN_VERSION = "38.1";
public static final List<String> SUPPLEMENTAL_NAMES = Arrays.asList("characters", "coverageLevels", "dayPeriods", "genderList", "grammaticalFeatures",
"languageInfo",
"languageGroup", "likelySubtags", "metaZones", "numberingSystems", "ordinals", "pluralRanges", "plurals", "postalCodeData", "rgScope",
Expand Down

0 comments on commit 367b79b

Please sign in to comment.