diff options
author | Omar Polo <op@cvs.openbsd.org> | 2024-03-02 22:40:29 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2024-03-02 22:40:29 +0000 |
commit | 0168cd88efad6d509fefcc500ff17a878723dfdc (patch) | |
tree | 26f69fc806a62efc2b8f3d33c539ad3367cf2697 /usr.sbin/smtpd/smtpd.h | |
parent | 4f2700af7f5102a85ee95cc84d15563eae3d3d49 (diff) |
bump version to 7.5.0
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-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 b4df56c7755..db7a8bacdb2 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.682 2024/02/11 09:24:26 op Exp $ */ +/* $OpenBSD: smtpd.h,v 1.683 2024/03/02 22:40:28 op Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -55,7 +55,7 @@ #define SMTPD_QUEUE_EXPIRY (4 * 24 * 60 * 60) #define SMTPD_SOCKET "/var/run/smtpd.sock" #define SMTPD_NAME "OpenSMTPD" -#define SMTPD_VERSION "7.4.0" +#define SMTPD_VERSION "7.5.0" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |