release 0.20

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@106 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2002-12-09 09:08:44 +00:00
parent efeb19129f
commit 6aac8fc692
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0.20 - development
0.20 - 2002/12/09
Fix the "too many dots in the beginning of the line" bug.

View File

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