From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 4 Nov 2021 20:23:48 +0000 (+0100)
Subject: uagen: Bump generated Firefox version to 91 (ESR)
X-Git-Tag: v_3_0_33~71
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/edit-actions-section-add?a=commitdiff_plain;h=077333a08de;p=privoxy.git

uagen: Bump generated Firefox version to 91 (ESR)
---

diff --git a/tools/uagen.pl b/tools/uagen.pl
index 9014feb7..6e836eca 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                   => "78.0",
-   BROWSER_REVISION                  => '78.0',
+   BROWSER_VERSION                   => "91.0",
+   BROWSER_REVISION                  => '71.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };