From 51e01d0deb93b9fce667218e1d417acfc39b2ac5 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 19 Feb 2014 11:50:56 +0100 Subject: [PATCH] close 3.4.90 --- monitorix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;