closing 3.4.94

This commit is contained in:
Jordi Sanfeliu 2014-03-13 15:04:21 +01:00
parent 6766184ce7
commit 978baab314
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.4.93";
use constant RELDATE => "11-Mar-2014";
use constant VERSION => "3.4.94";
use constant RELDATE => "13-Mar-2014";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;