From 2365d3eae325db80b2948cb1ff64df67d0fafee9 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 9 Nov 2016 17:53:59 +0100 Subject: [PATCH] initial Greylist: TODO: System-settings --- lib/version.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.inc.php b/lib/version.inc.php index 2265248e..aca2d8c8 100644 --- a/lib/version.inc.php +++ b/lib/version.inc.php @@ -16,10 +16,10 @@ */ // Main version variable -$version = '0.9.37'; +$version = '0.9.37-greylist'; // Database version (YYYYMMDDC where C is a daily counter) -$dbversion = '201607210'; +$dbversion = '201611090'; // Distribution branding-tag (used for Debian etc.) $branding = '';