mirror of https://github.com/mikaku/Monitorix.git
closing 3.7.0
This commit is contained in:
parent
3b1620fb78
commit
e7fcfe5985
|
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
|
|||
$SIG{'CHLD'} = 'CHLD_handler';
|
||||
$SIG{'HUP' } = 'HUP_handler';
|
||||
|
||||
use constant VERSION => "3.6.92";
|
||||
use constant RELDATE => "04-Mar-2015";
|
||||
use constant VERSION => "3.7.0";
|
||||
use constant RELDATE => "12-Mar-2015";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue