From 51854e345a3fdaafd400ac31cb0772ea857eff6c Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 13 Sep 2022 17:28:47 -0400 Subject: [PATCH] LibUnicode: Update to Unicode version 15.0.0 https://unicode.org/versions/Unicode15.0.0/ --- Meta/CMake/unicode_data.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")