diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-09-13 17:28:47 -0400 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-09-21 14:04:22 +0100 |
commit | 51854e345a3fdaafd400ac31cb0772ea857eff6c (patch) | |
tree | 32bf8dda2c83d9b8995e1963d3fc3644315222db /Meta | |
parent | 739798e075f0edefb1c22e30bde8039746231838 (diff) | |
download | serenity-51854e345a3fdaafd400ac31cb0772ea857eff6c.zip |
LibUnicode: Update to Unicode version 15.0.0
https://unicode.org/versions/Unicode15.0.0/
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/unicode_data.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/unicode_data.cmake b/Meta/CMake/unicode_data.cmake index 0859242f32..967c03165a 100644 --- a/Meta/CMake/unicode_data.cmake +++ b/Meta/CMake/unicode_data.cmake @@ -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") |