closing 3.4.95

This commit is contained in:
Jordi Sanfeliu 2014-03-17 16:29:43 +01:00
parent 5552b1feca
commit 278640b976
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.94";
use constant RELDATE => "13-Mar-2014";
use constant VERSION => "3.4.95";
use constant RELDATE => "17-Mar-2014";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;