diff options
author | 2018-03-14 22:25:21 +0000 | |
---|---|---|
committer | 2018-03-14 22:25:21 +0000 | |
commit | 3574d286f74c7330197d90a7dd771df9e40c6a44 (patch) | |
tree | c69b95742c3e4cfdeaccb74edfda7f8040178a1b | |
parent | newaliases is so 70s, very tied to the 'db' table backend (which has not (diff) | |
download | wireguard-openbsd-3574d286f74c7330197d90a7dd771df9e40c6a44.tar.xz wireguard-openbsd-3574d286f74c7330197d90a7dd771df9e40c6a44.zip |
bump minor version just to be sure it makes release :-)
ok gilles@
-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 cbbb67ff7c9..c44ca6a296d 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.537 2018/01/02 19:11:06 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.538 2018/03/14 22:25:21 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.3" +#define SMTPD_VERSION "6.0.4" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |