change version numbers to 0.40
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@754 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
c80884a35b
commit
2ef46f4694
2
Changes
2
Changes
@ -1,4 +1,4 @@
|
||||
0.40 - June 9, 2007
|
||||
0.40 - June 11, 2007
|
||||
|
||||
Add async server - uses epoll/kqueue/poll where available. (Matt Sergeant)
|
||||
|
||||
|
@ -5,7 +5,7 @@ use vars qw($VERSION $Logger $TraceLevel $Spool_dir $Size_threshold);
|
||||
use Sys::Hostname;
|
||||
use Qpsmtpd::Constants;
|
||||
|
||||
$VERSION = "0.40_02";
|
||||
$VERSION = "0.40";
|
||||
|
||||
sub version { $VERSION };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user