summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2018-03-14 22:25:21 +0000
committergilles <gilles@openbsd.org>2018-03-14 22:25:21 +0000
commit3574d286f74c7330197d90a7dd771df9e40c6a44 (patch)
treec69b95742c3e4cfdeaccb74edfda7f8040178a1b
parentnewaliases is so 70s, very tied to the 'db' table backend (which has not (diff)
downloadwireguard-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.h4
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