From a2c9c9d80266c2da48874ea62b0fc67f28b01754 Mon Sep 17 00:00:00 2001 From: Manuel Dalla Lana Date: Mon, 9 Nov 2020 17:25:57 +0100 Subject: [PATCH] Set release version to 1.2.16 --- CHANGELOG.md | 2 +- mailscanner/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f3c2d08..a5cc3eee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.2-dev +1.2.16 ----------- Compatibility - Permit Sendmail 15-chars-long MessageId in input validation (#652) diff --git a/mailscanner/functions.php b/mailscanner/functions.php index 63c644192..eb5fccae1 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -246,7 +246,7 @@ function getVirusRegex($scanner = null) */ function mailwatch_version() { - return '1.2.15'; + return '1.2.16'; } /**