start on 0.28-dev ...

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@216 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2004-03-05 09:26:36 +00:00
parent 6e3ebe8ea3
commit f59721ed1b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.28
0.27
Support for unix sockets in the spamassassin plugin (requires SA

View File

@ -1,7 +1,7 @@
package Qpsmtpd;
use strict;
$Qpsmtpd::VERSION = "0.27.0";
$Qpsmtpd::VERSION = "0.28-dev";
sub TRACE_LEVEL () { 6 }
use Sys::Hostname;