From: Fabian Keil Date: Thu, 3 Jul 2008 11:34:29 +0000 (+0000) Subject: Bump version to 0.3. X-Git-Tag: v_3_0_9~1 X-Git-Url: http://www.privoxy.org/gitweb/seealso.html?a=commitdiff_plain;h=45bf8d425b514cf8966e36d94d7af24f6206f764;p=privoxy.git Bump version to 0.3. --- diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index f7806ba8..e2e95747 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.156 2008/07/03 11:26:35 fk Exp $ +# $Id: privoxy-regression-test.pl,v 1.157 2008/07/03 11:32:14 fk Exp $ # # Wish list: # @@ -40,7 +40,7 @@ use strict; use Getopt::Long; use constant { - PRT_VERSION => 'Privoxy-Regression-Test 0.2', + PRT_VERSION => 'Privoxy-Regression-Test 0.3', CURL => 'curl',