1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:37:46 +00:00

LibLocale: Update to CLDR version 44.1.0

https://cldr.unicode.org/index/downloads/cldr-44#h.nvqx283jwsx
This commit is contained in:
Timothy Flynn 2023-12-23 08:44:06 -05:00 committed by Andreas Kling
parent ef6d1dbd4d
commit 7d2172ff3d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
set(CLDR_VERSION 44.0.1)
set(CLDR_VERSION 44.1.0)
set(CLDR_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files")
set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")