diff options
author | 2013-07-19 22:22:39 +0000 | |
---|---|---|
committer | 2013-07-19 22:22:39 +0000 | |
commit | b1e83ba155d6bdcd8cfdc78b30905dc5b98ad1d8 (patch) | |
tree | ff6684e6150414418fe8ccf2179bd83fbfe362ee | |
parent | Temporarily allow alternate names for traces, until this get cleaned up. (diff) | |
download | wireguard-openbsd-b1e83ba155d6bdcd8cfdc78b30905dc5b98ad1d8.tar.xz wireguard-openbsd-b1e83ba155d6bdcd8cfdc78b30905dc5b98ad1d8.zip |
We are basically at 5.4 now
-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 961b8a78ab4..3eaf192d8c2 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.422 2013/07/19 21:34:31 eric Exp $ */ +/* $OpenBSD: smtpd.h,v 1.423 2013/07/19 22:22:39 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -54,7 +54,7 @@ #ifndef SMTPD_NAME #define SMTPD_NAME "OpenSMTPD" #endif -#define SMTPD_VERSION "5.3.3" +#define SMTPD_VERSION "5.4" #define SMTPD_BANNER "220 %s ESMTP %s" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |