From 260b0451b0d6674827c25d283788041e85a832c8 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 3 Jul 2023 19:36:04 -0400 Subject: [PATCH] LibLocale: Update to CLDR version 43.1.0 https://cldr.unicode.org/index/downloads/cldr-43#h.qobmda543waj --- 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 d1a04fe89d..d2b332eea1 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 43.0.0) +set(CLDR_VERSION 43.1.0) set(CLDR_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files") set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")