From f5c22cff5620e81f59ce607d3d867b02b145b3d4 Mon Sep 17 00:00:00 2001 From: gilles Date: Wed, 14 Oct 2015 22:16:38 +0000 Subject: [PATCH] smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION --- usr.sbin/smtpd/smtpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 5441f12923e..9455c2bbe59 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -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 @@ -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 -- 2.20.1