[Privoxy-commits] [privoxy] branch master updated: uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)
User Git
git at git.privoxy.org
Fri Nov 26 12:19:05 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new 874ab06d uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)
874ab06d is described below
commit 874ab06d5d2a142f29241ff9d8270e3b9f7dd06c
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Nov 26 13:18:23 2021 +0100
uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)
Regression introduced in 077333a08de.
---
tools/uagen.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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',
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list