X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=tools%2Fuagen.pl;h=8e5f4eeb1777e03b7adc6c69d0791d589e0f7335;hb=b7d1890c6aa2b0b3193dc9f6c214876bbbb071f5;hp=0d68328d339484d198795652a28123af39650682;hpb=a94dd15d9a628096e4c7e3998264caca3e52f385;p=privoxy.git diff --git a/tools/uagen.pl b/tools/uagen.pl index 0d68328d..8e5f4eeb 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.24 2012/10/21 13:42:46 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 => "17.0", + BROWSER_REVISION => '17.0', BROWSER_RELEASE_DATE => '20100101', };