closing 3.7.0

This commit is contained in:
Jordi Sanfeliu 2015-03-12 09:15:52 +01:00
parent 3b1620fb78
commit e7fcfe5985
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.6.92"; use constant VERSION => "3.7.0";
use constant RELDATE => "04-Mar-2015"; use constant RELDATE => "12-Mar-2015";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config; our %config;