aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2020-04-08 07:30:44 +0000
committereric <eric@openbsd.org>2020-04-08 07:30:44 +0000
commit166f005ab2cb72761943e5f9acb37a733f2d35a3 (patch)
tree21f7c6e73686d2213825a767e63b1bc13c67dcdc
parentuse CRLF line-ending during the SMTP dialog in the local enqueuer (diff)
downloadOpenSMTPD-166f005ab2cb72761943e5f9acb37a733f2d35a3.tar.xz
OpenSMTPD-166f005ab2cb72761943e5f9acb37a733f2d35a3.zip
bump smtpd version
-rw-r--r--smtpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd.h b/smtpd.h
index 20bcf83c..d9889517 100644
--- a/smtpd.h
+++ b/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.655 2020/02/24 17:49:23 millert Exp $ */
+/* $OpenBSD: smtpd.h,v 1.656 2020/04/08 07:30:44 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.6.4"
+#define SMTPD_VERSION "6.7.0"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5