diff --git a/monitorix b/monitorix index 050d951..aaae851 100755 --- a/monitorix +++ b/monitorix @@ -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;