From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 21 Oct 2012 13:05:09 +0000 (+0000)
Subject: Bump generated Firefox version to 16
X-Git-Tag: v_3_0_20~212
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/gitweb.js?a=commitdiff_plain;h=488becd9829679636178919c27065959657cc144;p=privoxy.git

Bump generated Firefox version to 16
---

diff --git a/tools/uagen.pl b/tools/uagen.pl
index 66e2c578..3c31b322 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.22 2012/09/04 08:31:32 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",
+   BROWSER_REVISION                  => '16.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };