diff --git a/Changes b/Changes index 6229a77..04f12bc 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.26-dev +0.26 - 2003/06/11 Add queue/smtp-forward plugin (Matt Sergeant) diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index f932c97..3f2b47d 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -1,7 +1,7 @@ package Qpsmtpd; use strict; -$Qpsmtpd::VERSION = "0.26-dev"; +$Qpsmtpd::VERSION = "0.26"; sub TRACE_LEVEL { 6 } use Sys::Hostname;