projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcb260
)
uagen: Bump BROWSER_VERSION and BROWSER_REVISION
author
Fabian Keil
<fk@fabiankeil.de>
Mon, 16 Sep 2024 10:40:42 +0000
(12:40 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 10 Oct 2024 04:49:05 +0000
(06:49 +0200)
... to match Firefox ESR 128.
tools/uagen.pl
patch
|
blob
|
history
diff --git
a/tools/uagen.pl
b/tools/uagen.pl
index
47dcdc9
..
a70162f
100755
(executable)
--- 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 => "1
15
.0",
- BROWSER_REVISION => '1
09
.0',
+ BROWSER_VERSION => "1
28
.0",
+ BROWSER_REVISION => '1
28
.0',
BROWSER_RELEASE_DATE => '20100101',
};