diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2019-02-28 13:23:33 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2019-02-28 13:23:33 +0000 |
commit | 80560689c9d92fed8804d122707ab0d0ba9308bf (patch) | |
tree | a8863e4019b33ed80f774eaf184c99c2603cbc86 /usr.sbin/smtpd/smtpd.h | |
parent | 038de974f155dc8d6aff96e4e6e631e3a0beced5 (diff) |
bump smtpd version
on behalf of gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-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 104205262f6..0534e2c0571 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.619 2019/01/30 21:31:48 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.620 2019/02/28 13:23:32 eric 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.4.0" +#define SMTPD_VERSION "6.5.0" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |