From 11b8c46860dfd0fc217148523266895ce7d8bf6b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 8 May 2013 11:25:21 +0200 Subject: [PATCH] pre-version --- monitorix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitorix b/monitorix index 55ae94f..dd3eee1 100755 --- a/monitorix +++ b/monitorix @@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler'; $SIG{'HUP' } = 'HUP_handler'; $SIG{'ALRM'} = 'ALRM_handler'; -use constant VERSION => "3.1.900"; -use constant RELDATE => "06-May-2013"; +use constant VERSION => "3.1.92"; +use constant RELDATE => "08-May-2013"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;