version update

This commit is contained in:
Jordi Sanfeliu 2015-03-04 08:21:17 +01:00
parent 99dbc054e3
commit 2e572da599
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.6.90";
use constant RELDATE => "03-Mar-2015";
use constant VERSION => "3.6.91";
use constant RELDATE => "04-Mar-2015";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;