From: oes Date: Sat, 27 Jul 2002 18:47:49 +0000 (+0000) Subject: Require Privoxy 2.9.16 and AF 1.3 X-Git-Tag: v_2_9_16~2 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=76421976338d86840ab010f49ae324bd228e4ee4;p=privoxy.git Require Privoxy 2.9.16 and AF 1.3 --- diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 660f7be3..4ce3c17f 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -8,9 +8,12 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.php,v 1.24 2002/04/28 16:56:47 swa Exp $ + $Id: index.php,v 1.25 2002/04/29 17:30:20 oes Exp $ $Log: index.php,v $ + Revision 1.25 2002/04/29 17:30:20 oes + Fixed BML link text + Revision 1.24 2002/04/28 16:56:47 swa bookmarklet text @@ -123,8 +126,8 @@ /* * Config: */ -$required_actions_file_version = "1.2"; -$required_privoxy_version = "2.9.14"; +$required_actions_file_version = "1.3"; +$required_privoxy_version = "2.9.16"; $actions_file_download = "http://www.privoxy.org/actions/testdrive.action"; $submit_target = "http://www.oesterhelt.org/actions/step2.php";