From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 26 Nov 2021 12:18:23 +0000 (+0100)
Subject: uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)
X-Git-Tag: v_3_0_33~30
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/@default-cgi@edit-actions?a=commitdiff_plain;h=874ab06d5d2a142f29241ff9d8270e3b9f7dd06c;p=privoxy.git

uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)

Regression introduced in 077333a08de.
---

diff --git a/tools/uagen.pl b/tools/uagen.pl
index a642d915..2161e991 100755
--- a/tools/uagen.pl
+++ b/tools/uagen.pl
@@ -60,7 +60,7 @@ use constant {
    # see in the "Help/About Mozilla Firefox" menu.
 
    BROWSER_VERSION                   => "91.0",
-   BROWSER_REVISION                  => '71.0',
+   BROWSER_REVISION                  => '91.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };