Author: ask
Date: Mon Jun 11 11:03:14 2007
New Revision: 754
Modified:
trunk/Changes
trunk/lib/Qpsmtpd.pm
Log:
change version numbers to 0.40
Modified: trunk/Changes
==============================================================================
--- trunk/Changes (original)
+++ trunk/Changes Mon Jun 11 11:03:14 2007
@@ -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)
Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm (original)
+++ trunk/lib/Qpsmtpd.pm Mon Jun 11 11:03:14 2007
@@ -5,7 +5,7 @@
use Sys::Hostname;
use Qpsmtpd::Constants;
-$VERSION = "0.40_02";
+$VERSION = "0.40";
sub version { $VERSION };