From 8248be2006de03036e52b58553122c0c38ad7d2d Mon Sep 17 00:00:00 2001 From: gilles Date: Tue, 2 Jan 2018 19:11:06 +0000 Subject: [PATCH] we haven't updated the version in a while despite many commits which is confusing for people running the portable 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 1456a5fc567..cbbb67ff7c9 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -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 @@ -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 -- 2.20.1