diff -ruN qmail-1.03-7.08/qmail-smtpd.8 qmail-1.03-7.09/qmail-smtpd.8 --- qmail-1.03-7.08/qmail-smtpd.8 2008-12-04 04:09:29.000000000 -0500 +++ qmail-1.03-7.09/qmail-smtpd.8 2010-02-05 10:38:50.000000000 -0500 @@ -871,5 +871,5 @@ .B http://qmail.jms1.net/patches/combined-details.shtml for more detailed information about the differences between this instance of qmail and the stock qmail. This man page is current as of the -.B 7.08 +.B 7.09 version of the combined patch file. diff -ruN qmail-1.03-7.08/qmail-smtpd.c qmail-1.03-7.09/qmail-smtpd.c --- qmail-1.03-7.08/qmail-smtpd.c 2008-12-04 04:07:12.000000000 -0500 +++ qmail-1.03-7.09/qmail-smtpd.c 2010-02-05 10:09:16.000000000 -0500 @@ -218,7 +218,7 @@ { if(help_version) out("214-qmail home page: http://pobox.com/~djb/qmail.html\r\n" - "214 jms1 combined patch v7.08 http://qmail.jms1.net/patches/combined.shtml\r\n"); + "214 jms1 combined patch v7.09 http://qmail.jms1.net/patches/combined.shtml\r\n"); else out("214 qmail home page: http://pobox.com/~djb/qmail.html\r\n"); }