bump smtpd version
authoreric <eric@openbsd.org>
Thu, 28 Feb 2019 13:23:32 +0000 (13:23 +0000)
committereric <eric@openbsd.org>
Thu, 28 Feb 2019 13:23:32 +0000 (13:23 +0000)
on behalf of gilles@

usr.sbin/smtpd/smtpd.h

index 1042052..0534e2c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: smtpd.h,v 1.619 2019/01/30 21:31:48 gilles Exp $      */
+/*     $OpenBSD: smtpd.h,v 1.620 2019/02/28 13:23:32 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.4.0"
+#define        SMTPD_VERSION            "6.5.0"
 #define SMTPD_SESSION_TIMEOUT   300
 #define SMTPD_BACKLOG           5