mirror of https://github.com/mikaku/Monitorix.git
last update for 3.0.0beta1
This commit is contained in:
parent
ad381b25c0
commit
d8d6c65d9b
|
@ -48,7 +48,7 @@ $SIG{'HUP' } = 'HUP_handler';
|
||||||
$SIG{'ALRM'} = 'ALRM_handler';
|
$SIG{'ALRM'} = 'ALRM_handler';
|
||||||
|
|
||||||
use constant VERSION => "3.0.0beta1";
|
use constant VERSION => "3.0.0beta1";
|
||||||
use constant RELDATE => "10-Jan-2013";
|
use constant RELDATE => "11-Jan-2013";
|
||||||
|
|
||||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||||
my %config;
|
my %config;
|
||||||
|
|
Loading…
Reference in New Issue