diff --git a/monitorix b/monitorix index d388370..c5d60eb 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.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;