last update for 3.0.0beta1

This commit is contained in:
Jordi Sanfeliu 2013-01-10 08:52:36 +01:00
parent 347ffeb74c
commit 6197f62cd0
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
$SIG{'ALRM'} = 'ALRM_handler';
use constant VERSION => "2.9.9";
use constant RELDATE => "01-Jan-2013";
use constant VERSION => "3.0.0beta1";
use constant RELDATE => "10-Jan-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
my %config;