From: Fabian Keil Date: Sun, 18 Mar 2012 13:47:11 +0000 (+0000) Subject: Bump version to 1.2.1 X-Git-Tag: v_3_0_20~380 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=74da8556618cbd7e499e46ecd598aec0ae9feba4;p=privoxy.git Bump version to 1.2.1 --- diff --git a/tools/uagen.pl b/tools/uagen.pl index 404e9034..4ab9444a 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.18 2011/11/13 16:55:32 fabiankeil Exp $ +# $Id: uagen.pl,v 1.19 2012/03/18 13:46:54 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)'. @@ -40,7 +40,7 @@ use Getopt::Long; use constant { - UAGEN_VERSION => 'uagen 1.1', + UAGEN_VERSION => 'uagen 1.2.1', UAGEN_LOGFILE => '/var/log/uagen.log', ACTION_FILE => '/etc/privoxy/user-agent.action',