From 4945f90551202eb2cf8be276a7ea0944d9c8bb34 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 13 Sep 2022 13:27:24 +0200 Subject: [PATCH] uagen: Update BROWSER_VERSION and BROWSER_REVISION to 102.0 ... to match the User-Agent of the current Firefox ESR. --- tools/uagen.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/uagen.pl b/tools/uagen.pl index 358f7686..81d478e8 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -59,8 +59,8 @@ use constant { # are too lazy to check, but want to change them anyway, take the values you # see in the "Help/About Mozilla Firefox" menu. - BROWSER_VERSION => "91.0", - BROWSER_REVISION => '91.0', + BROWSER_VERSION => "102.0", + BROWSER_REVISION => '102.0', BROWSER_RELEASE_DATE => '20100101', }; -- 2.39.2