privoxy-log-parser: Add a --passed-request-statistics-threshold option
[privoxy.git] / tools / uagen.pl
index b6af733..a642d91 100755 (executable)
@@ -39,7 +39,7 @@ use Getopt::Long;
 
 use constant {
 
-   UAGEN_VERSION       => 'uagen 1.2.2',
+   UAGEN_VERSION       => 'uagen 1.2.3',
 
    UAGEN_LOGFILE       => '/var/log/uagen.log',
    ACTION_FILE         => '/etc/privoxy/user-agent.action',
@@ -59,8 +59,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                   => "78.0",
-   BROWSER_REVISION                  => '78.0',
+   BROWSER_VERSION                   => "91.0",
+   BROWSER_REVISION                  => '71.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };
 
@@ -601,7 +601,7 @@ Some parameters can't be specified at the command line.
 
 =head1 SEE ALSO
 
-privoxy(1)
+privoxy(8)
 
 =head1 AUTHOR