From f80c05424edff2b1df041df614df7e4f2151751e Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 13 Apr 2023 10:53:53 -0400 Subject: [PATCH] LibLocale: Update to CLDR version 43.0.0 https://cldr.unicode.org/index/downloads/cldr-43 --- Meta/CMake/locale_data.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/CMake/locale_data.cmake b/Meta/CMake/locale_data.cmake index 93d5c5c304..d1a04fe89d 100644 --- a/Meta/CMake/locale_data.cmake +++ b/Meta/CMake/locale_data.cmake @@ -1,6 +1,6 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake) -set(CLDR_VERSION 42.0.0) +set(CLDR_VERSION 43.0.0) set(CLDR_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files") set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")