smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION
authorgilles <gilles@openbsd.org>
Wed, 14 Oct 2015 22:16:38 +0000 (22:16 +0000)
committergilles <gilles@openbsd.org>
Wed, 14 Oct 2015 22:16:38 +0000 (22:16 +0000)
usr.sbin/smtpd/smtpd.h

index 5441f12..9455c2b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: smtpd.h,v 1.476 2015/10/09 14:37:38 gilles Exp $      */
+/*     $OpenBSD: smtpd.h,v 1.477 2015/10/14 22:16:38 gilles Exp $      */
 
 /*
  * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -48,7 +48,7 @@
 #ifndef SMTPD_NAME
 #define        SMTPD_NAME               "OpenSMTPD"
 #endif
-#define        SMTPD_VERSION            "5.4.4"
+#define        SMTPD_VERSION            "5.4.6"
 #define SMTPD_SESSION_TIMEOUT   300
 #define SMTPD_BACKLOG           5