closing 3.2.0

This commit is contained in:
Jordi Sanfeliu 2013-05-13 10:58:50 +02:00
parent bfaaed3d83
commit 833937a932
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
3.2.0 - NN-May-2013
3.2.0 - 14-May-2013
====================
- Added a complete Raspberry Pi sensors graph. [#10, #13]
(thanks to graysky, graysky AT archlinux.us)

View File

@ -3,7 +3,7 @@
Summary: Monitorix is a system monitoring tool
Name: monitorix
Version: 3.1.93
Version: 3.2.0
Release: 1%{?dist}
License: GPL
Group: Applications/System

View File

@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
$SIG{'ALRM'} = 'ALRM_handler';
use constant VERSION => "3.1.94";
use constant RELDATE => "10-May-2013";
use constant VERSION => "3.2.0";
use constant RELDATE => "14-May-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;