From 03c023d7e964c9910d8a45361d0477611bc99b8a Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 9 Nov 2021 10:50:37 -0500 Subject: [PATCH] LibUnicode: Upgrade to CLDR version 40.0.0 Release notes: https://github.com/unicode-org/cldr-json/releases/tag/40.0.0 --- Meta/CMake/unicode_data.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")