From bbcfe50e0d9e0a4ceccbbc10b0b282a79a4c6a08 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 9 May 2023 05:42:42 -0400 Subject: [PATCH] Update to Firefox 102.11.0esr Mac and Windows launchers in 725e5ac0f and 93f009e9d8 were actually from 102.11.0esr, not 102.10.0esr --- app/config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config.sh b/app/config.sh index 4824390917..ef6734106c 100644 --- a/app/config.sh +++ b/app/config.sh @@ -1,9 +1,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Version of Gecko to build with -GECKO_VERSION_MAC="102.10.0esr" -GECKO_VERSION_LINUX="102.10.0esr" -GECKO_VERSION_WIN="102.10.0esr" +GECKO_VERSION_MAC="102.11.0esr" +GECKO_VERSION_LINUX="102.11.0esr" +GECKO_VERSION_WIN="102.11.0esr" RUST_VERSION=1.60.0 # URL prefix for custom builds of Firefox components