From b29555f525636828d8c82c20e7655ea3b477d45a Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 3 Jun 2013 08:04:57 +0200 Subject: [PATCH] closing 3.2.1 --- docs/monitorix.spec | 2 +- man/man5/monitorix.conf.5 | 2 +- man/man8/monitorix.8 | 2 +- monitorix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 97e4b6b..bf1c33a 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -4,7 +4,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix Version: 3.2.1 -Release: 0%{?dist} +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.monitorix.org diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 576d7d9..2a7e9b6 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -3,7 +3,7 @@ .\" .\" This is the man page for the monitorix.conf configuration file. .\" -.TH monitorix.conf 5 "May 2013" 3.2.0 "Monitorix configuration file" +.TH monitorix.conf 5 "Jun 2013" 3.2.1 "Monitorix configuration file" .SH NAME monitorix.conf \- Configuration file for Monitorix. .SH DESCRIPTION diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index 2719718..55caa80 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -3,7 +3,7 @@ .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "May 2013" 3.2.0 "Monitorix collector daemon" +.TH monitorix 8 "Jun 2013" 3.2.1 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS diff --git a/monitorix b/monitorix index bf0f8d0..cdb16e6 100755 --- a/monitorix +++ b/monitorix @@ -48,7 +48,7 @@ $SIG{'HUP' } = 'HUP_handler'; $SIG{'ALRM'} = 'ALRM_handler'; use constant VERSION => "3.2.1"; -use constant RELDATE => "31-May-2013"; +use constant RELDATE => "03-Jun-2013"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;