mirror of https://github.com/mikaku/Monitorix.git
last update for 3.0.0beta1
This commit is contained in:
parent
347ffeb74c
commit
6197f62cd0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue