diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-10-14 11:34:57 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-10-14 11:34:57 +0000 |
commit | 830fcfeeaa1be5c0988a7b050bded80e4c70215d (patch) | |
tree | ec04f966d18e69fa5730b0a40071b194e245477f /test/runtest | |
parent | fb6f955d06f5ee7f78b6ade5e7b1feead5c27629 (diff) |
Bump version to 4.70 so shows as different in testing
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index dab23acec..d0caf0df3 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.30 2007/08/30 13:35:29 ph10 Exp $ +# $Cambridge: exim/test/runtest,v 1.31 2009/10/14 11:34:57 nm4 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.68 (23-Aug-07)"; +$testversion = "4.70 (14-Oct-09)"; $cf = "bin/cf"; $cr = "\r"; |