From 843a41e8744e994de89ef509802f6733bc60f558 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 10 Apr 2006 08:14:58 +0000 Subject: [PATCH] Typo in NewStuff; up version number. --- doc/doc-txt/NewStuff | 4 ++-- src/src/version.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 435769f78..c4763713e 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.98 2006/04/04 14:03:50 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.99 2006/04/10 08:14:58 ph10 Exp $ New Features in Exim -------------------- @@ -22,7 +22,7 @@ the 4.60 release are: $2, $3, (though those are still set) because the numeric variables get used for other things in complicated expansions. -. The default for rfc4131_query_timeout has been changed from 30s to 5s. +. The default for rfc1413_query_timeout has been changed from 30s to 5s. . It is possible to use setclassresources() on some BSD OS to control the resources used in pipe deliveries. diff --git a/src/src/version.c b/src/src/version.c index 11e50e5ac..00cc7ae0a 100644 --- a/src/src/version.c +++ b/src/src/version.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/version.c,v 1.15 2006/04/04 09:48:50 ph10 Exp $ */ +/* $Cambridge: exim/src/src/version.c,v 1.16 2006/04/10 08:14:58 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -12,7 +12,7 @@ #include "exim.h" -#define THIS_VERSION "4.61" +#define THIS_VERSION "4.62" /* The header file cnumber.h contains a single line containing the -- 2.25.1