diff --git a/Changes b/Changes index 0271927..51bb775 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/monitorix b/monitorix index 9f45a80..9790240 100755 --- a/monitorix +++ b/monitorix @@ -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;