mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibUnicode: Update to Unicode version 15.0.0
https://unicode.org/versions/Unicode15.0.0/
This commit is contained in:
parent
739798e075
commit
51854e345a
Notes:
sideshowbarker
2024-07-17 06:45:28 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/51854e345a Pull-request: https://github.com/SerenityOS/serenity/pull/15230
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue