LibUnicode: Update to Unicode version 15.0.0

https://unicode.org/versions/Unicode15.0.0/
This commit is contained in:
Timothy Flynn 2022-09-13 17:28:47 -04:00 committed by Sam Atkins
parent 739798e075
commit 51854e345a
Notes: sideshowbarker 2024-07-17 06:45:28 +09:00

View file

@ -1,6 +1,6 @@
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
set(UCD_VERSION 14.0.0)
set(UCD_VERSION 15.0.0)
set(UCD_PATH "${CMAKE_BINARY_DIR}/UCD" CACHE PATH "Download location for UCD files")
set(UCD_VERSION_FILE "${UCD_PATH}/version.txt")