diff -ruN qmail-1.03-7.06/qmail-smtpd.8 qmail-1.03-7.07/qmail-smtpd.8 --- qmail-1.03-7.06/qmail-smtpd.8 2008-05-12 16:51:53.000000000 -0400 +++ qmail-1.03-7.07/qmail-smtpd.8 2008-06-01 00:02:22.000000000 -0400 @@ -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.06 +.B 7.07 version of the combined patch file. diff -ruN qmail-1.03-7.06/qmail-smtpd.c qmail-1.03-7.07/qmail-smtpd.c --- qmail-1.03-7.06/qmail-smtpd.c 2008-05-12 16:52:02.000000000 -0400 +++ qmail-1.03-7.07/qmail-smtpd.c 2008-06-01 00:02:40.000000000 -0400 @@ -217,7 +217,7 @@ { if(help_version) out("214-qmail home page: http://pobox.com/~djb/qmail.html\r\n" - "214 jms1 combined patch v7.06 http://qmail.jms1.net/patches/combined.shtml\r\n"); + "214 jms1 combined patch v7.07 http://qmail.jms1.net/patches/combined.shtml\r\n"); else out("214 qmail home page: http://pobox.com/~djb/qmail.html\r\n"); }