diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2019-11-03 23:58:52 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2019-11-03 23:58:52 +0000 |
commit | 5810af19da64489b73b8be2459ec4f3a747fdf82 (patch) | |
tree | a73ca233482bb9bbf0ef814791da667fb5247b6e /usr.sbin | |
parent | ce26d05bcf44d162c55038c2d98f950710df403a (diff) |
6.6.0 -> 6.6.1
Diffstat (limited to 'usr.sbin')
-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 cbc7bd7fd06..b1c8fe37556 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.641 2019/09/30 08:31:41 martijn Exp $ */ +/* $OpenBSD: smtpd.h,v 1.642 2019/11/03 23:58:51 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -51,7 +51,7 @@ #define SMTPD_QUEUE_EXPIRY (4 * 24 * 60 * 60) #define SMTPD_SOCKET "/var/run/smtpd.sock" #define SMTPD_NAME "OpenSMTPD" -#define SMTPD_VERSION "6.6.0" +#define SMTPD_VERSION "6.6.1" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |