pre-version

This commit is contained in:
Jordi Sanfeliu 2013-05-08 11:25:21 +02:00
parent 43dc814797
commit 11b8c46860
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
$SIG{'ALRM'} = 'ALRM_handler';
use constant VERSION => "3.1.900";
use constant RELDATE => "06-May-2013";
use constant VERSION => "3.1.92";
use constant RELDATE => "08-May-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;