diff --git a/Changes b/Changes index 7daf888..933061a 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.20 - development +0.20 - 2002/12/09 Fix the "too many dots in the beginning of the line" bug. diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index e70d0ba..3ec1619 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -1,7 +1,7 @@ package Qpsmtpd; use strict; -$Qpsmtpd::VERSION = "0.20-dev"; +$Qpsmtpd::VERSION = "0.20"; sub TRACE_LEVEL { 6 } use Sys::Hostname;