Skip to content

Commit

Permalink
closing 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaku committed Oct 14, 2016
1 parent 297397f commit 44e2aa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.9.0 - DD-Oct-2015
3.9.0 - 14-Oct-2016
====================
- Added a complete graph for Linux Traffic Control with the 'tc' command. [#74]
- Added a complete graph for Chrony using the 'chronyc' command.
Expand Down
2 changes: 1 addition & 1 deletion docs/monitorix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: Monitorix is a system monitoring tool
Name: monitorix
Version: 3.8.1
Version: 3.9.0
Release: 1%{?dist}
License: GPL
Group: Applications/System
Expand Down
4 changes: 2 additions & 2 deletions monitorix
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';

use constant VERSION => "3.8.1";
use constant RELDATE => "13-Nov-2015";
use constant VERSION => "3.9.0";
use constant RELDATE => "14-Oct-2016";

my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;
Expand Down

0 comments on commit 44e2aa5

Please sign in to comment.