X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=tools%2Fprivoxy-regression-test.pl;h=d9ca098b9e947a6f296c8fa578275391211212d2;hb=3199711f8d01688b06726ab5bd877a283ac4235c;hp=5209bf8af3dc0b252930900c00b877c4a8064ab4;hpb=36e809f26ad011e587a206e8349fcc2b52efd4b6;p=privoxy.git diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 5209bf8a..d9ca098b 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -17,7 +17,7 @@ # - Document magic Expect Header values # - Internal fuzz support? # -# Copyright (c) 2007-2021 Fabian Keil +# Copyright (c) 2007-2023 Fabian Keil # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -38,7 +38,7 @@ use strict; use Getopt::Long; use constant { - PRT_VERSION => 'Privoxy-Regression-Test 0.7.3', + PRT_VERSION => 'Privoxy-Regression-Test 0.7.4', CURL => 'curl',