tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 61441119ead30a1925b0b091970163a4ca87ea8d
parent 26b6c22c8671a26a86dc5610bb06dcd575fb3273
Author: André Bargull <andre.bargull@gmail.com>
Date:   Tue, 25 Nov 2025 15:19:35 +0000

Bug 2000225 - Part 5: Update minimum required system ICU version to 78.1. r=spidermonkey-reviewers,dminor

ICU 78 adds new `UDateFormatSymbolType` enum constants, so we have to bump
the minimum required ICU version.

Differential Revision: https://phabricator.services.mozilla.com/D273814

Diffstat:
Mjs/moz.configure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/moz.configure b/js/moz.configure @@ -1131,7 +1131,7 @@ def enable_system_icu_option(enable_system_icu): system_icu = pkg_check_modules( - "MOZ_ICU", "icu-uc icu-i18n >= 76.1", when="--with-system-icu" + "MOZ_ICU", "icu-uc icu-i18n >= 78.1", when="--with-system-icu" )