Skip to content

Commit

Permalink
closing 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaku committed Sep 16, 2015
1 parent 395223b commit b532d36
Showing 1 changed file with 2 additions and 2 deletions.
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.7.0";
use constant RELDATE => "12-Mar-2015";
use constant VERSION => "3.8.0";
use constant RELDATE => "16-Sep-2015";

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

0 comments on commit b532d36

Please sign in to comment.