X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fuagen.pl;h=235a51571b327dcbe154ef50017927de25866573;hp=66e2c578c7517ad5f54383db712a889c09eaaca5;hb=94c9df9d6eec4efb93f249e50783a18dafcdf996;hpb=8150067ee7820c3e014f549c6d3a870f56e8cae6 diff --git a/tools/uagen.pl b/tools/uagen.pl index 66e2c578..235a5157 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.21 2012/05/24 15:00:27 fabiankeil Exp $ +# $Id: uagen.pl,v 1.23 2012/10/21 13:05:09 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)'. @@ -60,8 +60,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 => "14.0.1", - BROWSER_REVISION => '14.0', + BROWSER_VERSION => "16.0", + BROWSER_REVISION => '16.0', BROWSER_RELEASE_DATE => '20100101', };