diff --git a/Changes b/Changes index 4d2ba57..0271927 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 185ca9f..0929b8e 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -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 diff --git a/monitorix b/monitorix index 22acfa2..9f45a80 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.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;