X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=tools%2Fuagen.pl;h=235a51571b327dcbe154ef50017927de25866573;hb=ce0ea8254f2b29a19e40dcda64d36d6a33b8548c;hp=0d68328d339484d198795652a28123af39650682;hpb=a94dd15d9a628096e4c7e3998264caca3e52f385;p=privoxy.git diff --git a/tools/uagen.pl b/tools/uagen.pl index 0d68328d..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.86 2012/05/21 11:39:53 fk 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 => "10.0.3", - BROWSER_REVISION => '10.0.3', + BROWSER_VERSION => "16.0", + BROWSER_REVISION => '16.0', BROWSER_RELEASE_DATE => '20100101', };