From 7a60dc6cc9e8f513f288a393dfb423ec5b92d27f Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 21 Nov 2013 10:16:59 +0100 Subject: [PATCH] closing 3.3.1 --- monitorix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitorix b/monitorix index 7999a99..63106ec 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.3.0"; -use constant RELDATE => "12-Aug-2013"; +use constant VERSION => "3.3.1"; +use constant RELDATE => "21-Nov-2013"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;