[Privoxy-commits] [privoxy] 01/03: uagen: Update BROWSER_VERSION and BROWSER_REVISION to 102.0
User Git
git at git.privoxy.org
Mon Sep 26 11:32:10 CEST 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 4945f90551202eb2cf8be276a7ea0944d9c8bb34
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Sep 13 13:27:24 2022 +0200
uagen: Update BROWSER_VERSION and BROWSER_REVISION to 102.0
... to match the User-Agent of the current Firefox ESR.
---
tools/uagen.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/uagen.pl b/tools/uagen.pl
index 358f7686..81d478e8 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 => "91.0",
- BROWSER_REVISION => '91.0',
+ BROWSER_VERSION => "102.0",
+ BROWSER_REVISION => '102.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