[Privoxy-commits] [privoxy] 01/05: uagen: Bump BROWSER_VERSION and BROWSER_REVISION
User Git
git at git.privoxy.org
Thu Nov 27 14:07:40 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 1c3193b72a43b7c6aa62a68a36fb26ddca122ec6
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Oct 9 15:19:48 2025 +0200
uagen: Bump BROWSER_VERSION and BROWSER_REVISION
... to match Firefox ESR 140.
---
tools/uagen.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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',
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list