mirror of https://github.com/mikaku/Monitorix.git
reldate updated
This commit is contained in:
parent
8858b11d1f
commit
17070c7dcf
|
@ -48,7 +48,7 @@ $SIG{'HUP' } = 'HUP_handler';
|
||||||
$SIG{'ALRM'} = 'ALRM_handler';
|
$SIG{'ALRM'} = 'ALRM_handler';
|
||||||
|
|
||||||
use constant VERSION => "3.0.0beta3";
|
use constant VERSION => "3.0.0beta3";
|
||||||
use constant RELDATE => "14-Feb-2013";
|
use constant RELDATE => "15-Feb-2013";
|
||||||
|
|
||||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||||
our %config;
|
our %config;
|
||||||
|
|
Loading…
Reference in New Issue