From 321e995addcd33f07202deb40738043e6499dc46 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 11 Feb 2010 13:59:09 +0000 Subject: [PATCH] Bump BROWSER_FOO variables for Firefox 3.6. --- tools/uagen.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/uagen.pl b/tools/uagen.pl index 3490664f..d4990f74 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.2 2009/12/26 11:32:12 fabiankeil Exp $ +# $Id: uagen.pl,v 1.3 2010/01/11 11:47:27 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.5.7", - BROWSER_REVISION => '1.9.1.7', - BROWSER_RELEASE_DATE => '20100106', + BROWSER_VERSION => "3.6", + BROWSER_REVISION => '1.9.2', + BROWSER_RELEASE_DATE => '20100121', }; use constant LANGUAGES => qw( -- 2.39.2