mirror of https://github.com/mikaku/Monitorix.git
close 3.4.90
This commit is contained in:
parent
d201eaa553
commit
51e01d0deb
|
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
|
|||
$SIG{'CHLD'} = 'CHLD_handler';
|
||||
$SIG{'HUP' } = 'HUP_handler';
|
||||
|
||||
use constant VERSION => "3.4.0";
|
||||
use constant RELDATE => "02-Dec-2013";
|
||||
use constant VERSION => "3.4.90";
|
||||
use constant RELDATE => "19-Feb-2014";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue