summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-11-09 10:50:37 -0500
committerAndreas Kling <kling@serenityos.org>2021-11-09 20:44:52 +0100
commit03c023d7e964c9910d8a45361d0477611bc99b8a (patch)
treef2529db52bb2649cbff80ea515b2a42646db29ef
parent357c97dfa864dbd779d517bac502858aa2618b96 (diff)
downloadserenity-03c023d7e964c9910d8a45361d0477611bc99b8a.zip
LibUnicode: Upgrade to CLDR version 40.0.0
Release notes: https://github.com/unicode-org/cldr-json/releases/tag/40.0.0
-rw-r--r--Meta/CMake/unicode_data.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/unicode_data.cmake b/Meta/CMake/unicode_data.cmake
index ea9018d59f..c4a0880ebe 100644
--- a/Meta/CMake/unicode_data.cmake
+++ b/Meta/CMake/unicode_data.cmake
@@ -1,5 +1,5 @@
set(UCD_VERSION 14.0.0)
-set(CLDR_VERSION 39.0.0)
+set(CLDR_VERSION 40.0.0)
set(UCD_PATH "${CMAKE_BINARY_DIR}/UCD" CACHE PATH "Download location for UCD files")
set(CLDR_PATH "${CMAKE_BINARY_DIR}/CLDR" CACHE PATH "Download location for CLDR files")