From 9018bc0cc86809cc94b02ab7d24af0e530c5c66e Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 24 Dec 2014 13:53:39 +0000 Subject: [PATCH] bump 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 631afbbd65f..f33e483c531 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.471 2014/12/14 15:26:56 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.472 2014/12/24 13:53:39 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -48,7 +48,7 @@ #ifndef SMTPD_NAME #define SMTPD_NAME "OpenSMTPD" #endif -#define SMTPD_VERSION "5.4.3" +#define SMTPD_VERSION "5.4.4" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 -- 2.20.1