diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2021-09-22 17:12:35 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2021-09-22 17:12:35 +0000 |
commit | 7c886a43ad5878f848d4296493c73b511fb46985 (patch) | |
tree | 2a6dd351087f617371aab5b03bd4ce38cb996553 /usr.sbin/smtpd | |
parent | d97d71c3127c07c3c2ded870b5771759fa974335 (diff) |
bump version to 7.0.0
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 40028a0d864..e6fc114d0a6 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.670 2021/07/28 19:39:51 benno Exp $ */ +/* $OpenBSD: smtpd.h,v 1.671 2021/09/22 17:12:34 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -57,7 +57,7 @@ #define SMTPD_QUEUE_EXPIRY (4 * 24 * 60 * 60) #define SMTPD_SOCKET "/var/run/smtpd.sock" #define SMTPD_NAME "OpenSMTPD" -#define SMTPD_VERSION "6.9.0" +#define SMTPD_VERSION "7.0.0" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |