release 0.26

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@155 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2003-06-11 08:38:57 +00:00
parent 94e3fe051d
commit d99eea00d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0.26-dev
0.26 - 2003/06/11
Add queue/smtp-forward plugin (Matt Sergeant)

View File

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