we haven't updated the version in a while despite many commits which is
authorgilles <gilles@openbsd.org>
Tue, 2 Jan 2018 19:11:06 +0000 (19:11 +0000)
committergilles <gilles@openbsd.org>
Tue, 2 Jan 2018 19:11:06 +0000 (19:11 +0000)
confusing for people running the portable version

usr.sbin/smtpd/smtpd.h

index 1456a5f..cbbb67f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: smtpd.h,v 1.536 2017/09/08 16:51:22 eric Exp $        */
+/*     $OpenBSD: smtpd.h,v 1.537 2018/01/02 19:11:06 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.0"
+#define        SMTPD_VERSION            "6.0.3"
 #define SMTPD_SESSION_TIMEOUT   300
 #define SMTPD_BACKLOG           5