Skip to content

Commit 8d51d27

Browse files
authored
CLDR-18429 In CLDR_VERSIONS and CldrVersion add latest release 47.0 (#4509)
1 parent d97e186 commit 8d51d27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/cldr-code/src/main/java/org/unicode/cldr/tool/CldrVersion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public enum CldrVersion {
7171
v45_0,
7272
v46_0,
7373
v46_1,
74+
v47_0,
7475
/**
7576
* @see CLDRFile#GEN_VERSION
7677
*/

tools/cldr-code/src/main/java/org/unicode/cldr/tool/ToolConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public enum ChartStatus {
3131
"1.7.2", "1.8.1", "1.9.1", "2.0.1", "21.0", "22.1", "23.1", "24.0", "25.0",
3232
"26.0", "27.0", "28.0", "29.0", "30.0", "31.0", "32.0", "33.0", "33.1", "34.0",
3333
"35.0", "35.1", "36.0", "36.1", "37.0", "38.0", "38.1", "39.0", "40.0", "41.0",
34-
"42.0", "43.0", "44.0", "44.1", "45.0", "46.0", "46.1"
34+
"42.0", "43.0", "44.0", "44.1", "45.0", "46.0", "46.1", "47.0"
3535
// add to this once the release is final!
3636
);
3737
public static final Set<VersionInfo> CLDR_VERSIONS_VI =

0 commit comments

Comments
 (0)