close 3.4.90

This commit is contained in:
Jordi Sanfeliu 2014-02-19 11:50:56 +01:00
parent d201eaa553
commit 51e01d0deb
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler'; $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler'; $SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.4.0"; use constant VERSION => "3.4.90";
use constant RELDATE => "02-Dec-2013"; use constant RELDATE => "19-Feb-2014";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config; our %config;