diff --git a/Changes b/Changes index 7f19535c..50fb8885 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -N.N.N - DD-MMM-2015 +3.8.1 - 13-Nov-2015 ==================== - Added support in ZFS graph for versions older than 0.6.4. - Added the new option 'extra_args' in 'ntp.pm' to be able to include extra diff --git a/docs/monitorix.spec b/docs/monitorix.spec index b7dd87db..ce0e8c07 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.8.0 +Version: 3.8.1 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/monitorix b/monitorix index eec2a490..c2db7dd8 100755 --- a/monitorix +++ b/monitorix @@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler'; $SIG{'CHLD'} = 'CHLD_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.8.0"; -use constant RELDATE => "16-Sep-2015"; +use constant VERSION => "3.8.1"; +use constant RELDATE => "13-Nov-2015"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;