closing 3.3.1

This commit is contained in:
Jordi Sanfeliu 2013-11-21 10:16:59 +01:00
parent ff80441be7
commit 7a60dc6cc9
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.3.0";
use constant RELDATE => "12-Aug-2013";
use constant VERSION => "3.3.1";
use constant RELDATE => "21-Nov-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;