diff -ruN qmail-1.03-7.09/qmail-smtpd.8 qmail-1.03-7.10/qmail-smtpd.8 --- qmail-1.03-7.09/qmail-smtpd.8 2010-02-14 22:54:27.000000000 -0500 +++ qmail-1.03-7.10/qmail-smtpd.8 2010-02-14 23:12:05.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.09 +.B 7.10 version of the combined patch file. diff -ruN qmail-1.03-7.09/qmail-smtpd.c qmail-1.03-7.10/qmail-smtpd.c --- qmail-1.03-7.09/qmail-smtpd.c 2010-02-14 22:54:27.000000000 -0500 +++ qmail-1.03-7.10/qmail-smtpd.c 2010-02-14 22:54:53.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.09 http://qmail.jms1.net/patches/combined.shtml\r\n"); + "214 jms1 combined patch v7.10 http://qmail.jms1.net/patches/combined.shtml\r\n"); else out("214 qmail home page: http://pobox.com/~djb/qmail.html\r\n"); }