From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 30 Oct 2011 16:22:29 +0000 (+0000)
Subject: Bump version to 0.5
X-Git-Tag: v_3_0_18~55
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/diff?a=commitdiff_plain;h=989855b3fbfa009a6da7d2359718d4052b4c6380;p=privoxy.git

Bump version to 0.5
---

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index 193a9b0d..bc19a0aa 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.79 2011/10/30 16:21:01 fabiankeil Exp $
+# $Id: privoxy-regression-test.pl,v 1.80 2011/10/30 16:22:16 fabiankeil Exp $
 #
 # Wish list:
 #
@@ -40,7 +40,7 @@ use strict;
 use Getopt::Long;
 
 use constant {
-    PRT_VERSION => 'Privoxy-Regression-Test 0.4',
+    PRT_VERSION => 'Privoxy-Regression-Test 0.5',
  
     CURL => 'curl',