From 6ad6006c8dfafc31401eca748e09c6648f177bc8 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 27 Oct 2010 19:58:45 +0000 Subject: [PATCH] Bump generated Firefox version to 3.6.11. --- tools/uagen.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/uagen.pl b/tools/uagen.pl index e5fe48ed..1a64f7c6 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -3,7 +3,7 @@ ############################################################################################## # uagen (http://www.fabiankeil.de/sourcecode/uagen/) # -# $Id: uagen.pl,v 1.4 2010/02/11 13:59:09 fabiankeil Exp $ +# $Id: uagen.pl,v 1.5 2010/03/27 18:30:33 fabiankeil Exp $ # # Generates a pseudo-random Firefox user agent and writes it into a Privoxy action file # and optionally into a Mozilla prefs file. For documentation see 'perldoc uagen(.pl)'. @@ -56,9 +56,9 @@ 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 => "3.6.2", - BROWSER_REVISION => '1.9.2.2', - BROWSER_RELEASE_DATE => '20100323', + BROWSER_VERSION => "3.6.11", + BROWSER_REVISION => '1.9.2.11', + BROWSER_RELEASE_DATE => '20101022', }; use constant LANGUAGES => qw( -- 2.39.2