X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fruntest;h=ac56a1c9552b5a9e13ffb66b85acee00e8cce591;hb=8852dff2f3aa2b5a31505febb195d1c6fed620f1;hp=ec1e8280a6d1b5c39717e72f7895d8a8b9e50344;hpb=5dd1517fd7fd1ebbfdfaafaaccd5689169dbd301;p=exim.git diff --git a/test/runtest b/test/runtest index ec1e8280a..ac56a1c95 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.20 2007/01/08 11:56:41 ph10 Exp $ +# $Cambridge: exim/test/runtest,v 1.21 2007/01/15 15:59:22 ph10 Exp $ ############################################################################### # This is the controlling script for the "new" test suite for Exim. It should # @@ -23,7 +23,7 @@ use Socket; # Start by initializing some global variables -$testversion = "4.66 (08-Jan-07)"; +$testversion = "4.67 (15-Jan-07)"; $cf = "bin/cf"; $cr = "\r";