closing 3.5.0

This commit is contained in:
Jordi Sanfeliu 2014-03-24 14:57:08 +01:00
parent 70df452b96
commit dec54327f3
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
3.N.N - DD-Mar-2014
3.5.0 - 24-Mar-2014
====================
- Added a complete statistical APC UPS (apcupsd) graph.
(thanks to Ilya Karpov, gibzer AT gmail.com)

View File

@ -3,7 +3,7 @@
Summary: Monitorix is a system monitoring tool
Name: monitorix
Version: 3.4.95
Version: 3.5.0
Release: 1%{?dist}
License: GPL
Group: Applications/System

View File

@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.4.95";
use constant RELDATE => "17-Mar-2014";
use constant VERSION => "3.5.0";
use constant RELDATE => "24-Mar-2014";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;