mirror of https://github.com/mikaku/Monitorix.git
version update
This commit is contained in:
parent
99dbc054e3
commit
2e572da599
|
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
|
|||
$SIG{'CHLD'} = 'CHLD_handler';
|
||||
$SIG{'HUP' } = 'HUP_handler';
|
||||
|
||||
use constant VERSION => "3.6.90";
|
||||
use constant RELDATE => "03-Mar-2015";
|
||||
use constant VERSION => "3.6.91";
|
||||
use constant RELDATE => "04-Mar-2015";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue