diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2018-01-02 19:11:07 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2018-01-02 19:11:07 +0000 |
commit | e99a7b296351c44f97e557c6dde4021a9c75fca9 (patch) | |
tree | 3fb268d280aab142a958f1525f607eb7709dfede | |
parent | e8cc50eef5f056adfcbc39887cf888ee135a8f39 (diff) |
we haven't updated the version in a while despite many commits which is
confusing for people running the portable version
-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 1456a5fc567..cbbb67ff7c9 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.536 2017/09/08 16:51:22 eric Exp $ */ +/* $OpenBSD: smtpd.h,v 1.537 2018/01/02 19:11:06 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -52,7 +52,7 @@ #define SMTPD_QUEUE_EXPIRY (4 * 24 * 60 * 60) #define SMTPD_SOCKET "/var/run/smtpd.sock" #define SMTPD_NAME "OpenSMTPD" -#define SMTPD_VERSION "6.0.0" +#define SMTPD_VERSION "6.0.3" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |