From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 16 Sep 2024 10:40:42 +0000 (+0200)
Subject: uagen: Bump BROWSER_VERSION and BROWSER_REVISION
X-Git-Tag: v_4_0_0~60^2~6
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/@default-cgi@toggle?a=commitdiff_plain;h=2b8d395f237b3d0ee36ea6f4637c3f9a2a67527b;p=privoxy.git

uagen: Bump BROWSER_VERSION and BROWSER_REVISION

... to match Firefox ESR 128.
---

diff --git a/tools/uagen.pl b/tools/uagen.pl
index 47dcdc9d..a70162fb 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                   => "115.0",
-   BROWSER_REVISION                  => '109.0',
+   BROWSER_VERSION                   => "128.0",
+   BROWSER_REVISION                  => '128.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };