From f60db81493b37776fbab73b1050073c75b5dda6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Borges=20Ferreira?= Date: Tue, 7 Sep 2021 14:36:31 +0100 Subject: [PATCH] Bump version --- smf-spf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smf-spf.c b/smf-spf.c index 65b9a38..3fad7c5 100644 --- a/smf-spf.c +++ b/smf-spf.c @@ -65,7 +65,7 @@ #define QUARANTINE 0 #define DAEMONIZE 1 #define SKIP_AUTH true -#define VERSION "2.5.1" +#define VERSION "2.5.2" #define REJECT_REASON "Rejected, look at http://www.openspf.org/why.html?sender=%s&ip=%s&receiver=%s" #define SYSLOG_DISABLE -2 #define SKIP_NDR false