diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2014-12-24 13:53:40 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2014-12-24 13:53:40 +0000 |
commit | ef7e97c0c41d52b29afb0c8535769d358c80e357 (patch) | |
tree | d9b671daad2a8730fcc4429800fbbd28d397a789 | |
parent | 04a4224268b285fce6cbc4509061d695ca50539e (diff) |
bump version
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 |
1 files 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 <gilles@poolp.org> @@ -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 |