diff --git a/README.md b/README.md
index 335688025cc..f6d98e99dd8 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ For current CLDR release information, see [cldr.unicode.org](https://cldr.unicod
## Status
-Update: 2023-10-26
+Update: 2023-12-04
-
-
-
-
-This is the final release version of CLDR 44.
+
+
+
+
+This is the final release version of CLDR 44.1.
### What is CLDR?
The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
diff --git a/common/dtd/ldml.dtd b/common/dtd/ldml.dtd
index 9b9b7b60cac..9e89c472c85 100644
--- a/common/dtd/ldml.dtd
+++ b/common/dtd/ldml.dtd
@@ -42,7 +42,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
-
+
diff --git a/common/dtd/ldmlBCP47.dtd b/common/dtd/ldmlBCP47.dtd
index 14ddc68d72f..6dc6d182d18 100644
--- a/common/dtd/ldmlBCP47.dtd
+++ b/common/dtd/ldmlBCP47.dtd
@@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
-
+
diff --git a/common/dtd/ldmlSupplemental.dtd b/common/dtd/ldmlSupplemental.dtd
index 46fc8cfc5f0..500552c31e0 100644
--- a/common/dtd/ldmlSupplemental.dtd
+++ b/common/dtd/ldmlSupplemental.dtd
@@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
-
+
diff --git a/tools/cldr-apps/pom.xml b/tools/cldr-apps/pom.xml
index 66c10e90077..336d533c52e 100644
--- a/tools/cldr-apps/pom.xml
+++ b/tools/cldr-apps/pom.xml
@@ -26,7 +26,7 @@
org.unicode.cldr
cldr-all
- 44.0
+ 44.1
diff --git a/tools/cldr-code/pom.xml b/tools/cldr-code/pom.xml
index c0b754b5180..ac9278b3963 100644
--- a/tools/cldr-code/pom.xml
+++ b/tools/cldr-code/pom.xml
@@ -22,7 +22,7 @@
org.unicode.cldr
cldr-all
- 44.0
+ 44.1
diff --git a/tools/cldr-code/src/main/java/org/unicode/cldr/tool/CldrVersion.java b/tools/cldr-code/src/main/java/org/unicode/cldr/tool/CldrVersion.java
index 1175047d501..a977cecf742 100644
--- a/tools/cldr-code/src/main/java/org/unicode/cldr/tool/CldrVersion.java
+++ b/tools/cldr-code/src/main/java/org/unicode/cldr/tool/CldrVersion.java
@@ -66,6 +66,7 @@ public enum CldrVersion {
v41_0,
v42_0,
v43_0,
+ v44_0,
baseline;
private final String baseDirectory;
diff --git a/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ToolConstants.java b/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ToolConstants.java
index 291dfb5ff60..38d79d9132e 100644
--- a/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ToolConstants.java
+++ b/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ToolConstants.java
@@ -31,7 +31,7 @@ public enum ChartStatus {
"1.7.2", "1.8.1", "1.9.1", "2.0.1", "21.0", "22.1", "23.1", "24.0", "25.0",
"26.0", "27.0", "28.0", "29.0", "30.0", "31.0", "32.0", "33.0", "33.1", "34.0",
"35.0", "35.1", "36.0", "36.1", "37.0", "38.0", "38.1", "39.0", "40.0", "41.0",
- "42.0", "43.0"
+ "42.0", "43.0", "44.0"
// add to this once the release is final!
);
public static final Set CLDR_VERSIONS_VI =
diff --git a/tools/cldr-code/src/main/java/org/unicode/cldr/util/CLDRFile.java b/tools/cldr-code/src/main/java/org/unicode/cldr/util/CLDRFile.java
index 6c2fbe5d7e3..22fa21ed07f 100644
--- a/tools/cldr-code/src/main/java/org/unicode/cldr/util/CLDRFile.java
+++ b/tools/cldr-code/src/main/java/org/unicode/cldr/util/CLDRFile.java
@@ -133,7 +133,7 @@ public class CLDRFile implements Freezable, Iterable, 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 = "44";
+ public static final String GEN_VERSION = "44.1";
public static final List SUPPLEMENTAL_NAMES =
Arrays.asList(
"characters",
diff --git a/tools/cldr-rdf/pom.xml b/tools/cldr-rdf/pom.xml
index 738f6e10a35..9d5b2b009c9 100644
--- a/tools/cldr-rdf/pom.xml
+++ b/tools/cldr-rdf/pom.xml
@@ -22,7 +22,7 @@
org.unicode.cldr
cldr-all
- 44.0
+ 44.1
diff --git a/tools/pom.xml b/tools/pom.xml
index 7db5de37d91..2ac8e0948d6 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -7,7 +7,7 @@
org.unicode.cldr
cldr-all
- 44.0
+ 44.1
CLDR All Tools
pom