From: Fabian Keil Date: Thu, 9 Oct 2025 13:19:48 +0000 (+0200) Subject: uagen: Bump BROWSER_VERSION and BROWSER_REVISION X-Git-Url: http://www.privoxy.org/gitweb/site%3C/man-page/static/webserver-update.html?a=commitdiff_plain;h=1c3193b72a43b7c6aa62a68a36fb26ddca122ec6;p=privoxy.git uagen: Bump BROWSER_VERSION and BROWSER_REVISION ... to match Firefox ESR 140. --- diff --git a/tools/uagen.pl b/tools/uagen.pl index 694320f7..dcf6cbf1 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 => "128.0", - BROWSER_REVISION => '128.0', + BROWSER_VERSION => "140.0", + BROWSER_REVISION => '140.0', BROWSER_RELEASE_DATE => '20100101', };