X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-regression-test.pl;h=c08cc76ad4f8a2b39c10a17a2e71b2fa52abe0ed;hp=52e51175c0d8a28ce4fd2111c57fd0e66a4aef55;hb=29cb9a10e83d3e74040882af7c711ecd01c3f680;hpb=6cab1b67e518aac5177f81fae302242086a3a029 diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 52e51175..c08cc76a 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.95 2016/05/12 08:42:50 fabiankeil Exp $ +# $Id: privoxy-regression-test.pl,v 1.96 2016/05/12 08:42:57 fabiankeil Exp $ # # Wish list: # @@ -40,7 +40,7 @@ use strict; use Getopt::Long; use constant { - PRT_VERSION => 'Privoxy-Regression-Test 0.6', + PRT_VERSION => 'Privoxy-Regression-Test 0.7', CURL => 'curl',