diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-11-23 13:22:05 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-11-23 13:22:05 +0000 |
commit | 2f1c4d4cc07565389135d9ecaa8390b46d043d86 (patch) | |
tree | 9254acb4ea76d1be37497118e021c17cab36f8f6 /test/runtest | |
parent | 2709ca2632f61d2ebcdf5ef2040b5b7068fd6a96 (diff) |
Ensure version numbers all updated
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 2af47eb62..affd82ad4 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.32 2009/11/19 18:51:11 nm4 Exp $ +# $Cambridge: exim/test/runtest,v 1.33 2009/11/23 13:22:05 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.70 (14-Oct-09)"; +$testversion = "4.71 (23-Nov-09)"; $cf = "bin/cf"; $cr = "\r"; |