aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-01-28 23:03:24 +0100
committerGilles Chehade <gilles@poolp.org>2020-01-28 23:03:24 +0100
commit3a7b1ae826b937a7e064989a5f6f79acd89d27ed (patch)
treea7c67eb607fcfab188b3a545b9e714ebc360e810
parentuse separate read / write streams in lmtp mda as using the same is (diff)
downloadOpenSMTPD-3a7b1ae826b937a7e064989a5f6f79acd89d27ed.tar.xz
OpenSMTPD-3a7b1ae826b937a7e064989a5f6f79acd89d27ed.zip
bump version6.6.2
-rw-r--r--smtpd/smtpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index b1c8fe37..febc6cda 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -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.1"
+#define SMTPD_VERSION "6.6.2"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5