diff options
author | Eike Rathke <erack@redhat.com> | 2022-05-16 14:58:31 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2022-05-16 18:36:19 +0200 |
commit | f6e7b9a9921cc08ce603bb005deb187a7fdafb55 (patch) | |
tree | b535749958ea1ba8c37a1ccbe34b99791d18e8f9 /configure.ac | |
parent | 9d64ab991b378e929c7c62a49bfc9d4016f30a22 (diff) |
Update to ICU 71.1
No major changes.
See https://icu.unicode.org/download/71
Change-Id: I7929d175962ff13e4369005633a4135f17f97e8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134404
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f0f5a574ed6..79c8b20a5043 100644 --- a/configure.ac +++ b/configure.ac @@ -10715,7 +10715,7 @@ fi dnl =================================================================== dnl Check for system icu dnl =================================================================== -ICU_MAJOR=70 +ICU_MAJOR=71 ICU_MINOR=1 ICU_RECLASSIFIED_PREPEND_SET_EMPTY="TRUE" ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER="TRUE" |