summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2016-07-24 16:04:53 +0000
committergilles <gilles@openbsd.org>2016-07-24 16:04:53 +0000
commit004723abff00d67ff4c9692c53de8792a39ec6c8 (patch)
tree6f14c564459aa4674babdc11c5b3ed96c55e8ac7
parentopenssh-7.3 (diff)
downloadwireguard-openbsd-004723abff00d67ff4c9692c53de8792a39ec6c8.tar.xz
wireguard-openbsd-004723abff00d67ff4c9692c53de8792a39ec6c8.zip
bump version
ok deraadt@
-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 34799fedea4..45e08601151 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.515 2016/05/28 21:21:20 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.516 2016/07/24 16:04:53 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 "5.9.1"
+#define SMTPD_VERSION "6.0.0"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5