From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 17 Jan 2013 14:28:57 +0000 (+0000)
Subject: Bump generated Firefox version to 17 (ESR)
X-Git-Tag: v_3_0_20~32
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/static/gitweb.js?a=commitdiff_plain;h=166a3a264bf73a4033589b2b9d62d51ebdc276b3;p=privoxy.git

Bump generated Firefox version to 17 (ESR)
---

diff --git a/tools/uagen.pl b/tools/uagen.pl
index 235a5157..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.23 2012/10/21 13:05:09 fabiankeil 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                   => "16.0",
-   BROWSER_REVISION                  => '16.0',
+   BROWSER_VERSION                   => "17.0",
+   BROWSER_REVISION                  => '17.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };