From 17070c7dcf381f713c1f12bf36d131d69f802b6a Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 15 Feb 2013 11:56:06 +0100 Subject: [PATCH] reldate updated --- monitorix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitorix b/monitorix index 5a6b190..3ffb9c5 100755 --- a/monitorix +++ b/monitorix @@ -48,7 +48,7 @@ $SIG{'HUP' } = 'HUP_handler'; $SIG{'ALRM'} = 'ALRM_handler'; use constant VERSION => "3.0.0beta3"; -use constant RELDATE => "14-Feb-2013"; +use constant RELDATE => "15-Feb-2013"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;