From: Nigel Metheringham Date: Wed, 14 Oct 2009 11:34:57 +0000 (+0000) Subject: Bump version to 4.70 so shows as different in testing X-Git-Tag: exim-4_70_RC3~55 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/830fcfeeaa1be5c0988a7b050bded80e4c70215d Bump version to 4.70 so shows as different in testing --- diff --git a/src/src/version.c b/src/src/version.c index b85a11025..2b6a491d5 100644 --- a/src/src/version.c +++ b/src/src/version.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/version.c,v 1.25 2007/11/26 16:42:29 nm4 Exp $ */ +/* $Cambridge: exim/src/src/version.c,v 1.26 2009/10/14 11:34:57 nm4 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -12,7 +12,7 @@ #include "exim.h" -#define THIS_VERSION "4.69" +#define THIS_VERSION "4.70" /* The header file cnumber.h contains a single line containing the 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";