diff --git a/monitorix b/monitorix index 7cc2b7d..55ae94f 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.0"; -use constant RELDATE => "15-Mar-2013"; +use constant VERSION => "3.1.900"; +use constant RELDATE => "06-May-2013"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;