closing 3.2.0

This commit is contained in:
Jordi Sanfeliu 2013-05-13 11:00:06 +02:00
parent 833937a932
commit 61d21a35b9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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