From dec54327f3524c2a5a035fe04f17b640d8c4cb46 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 24 Mar 2014 14:57:08 +0100 Subject: [PATCH] closing 3.5.0 --- Changes | 2 +- docs/monitorix.spec | 2 +- monitorix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 9fa8896..2a5172a 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 1139799..4f22c92 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -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 diff --git a/monitorix b/monitorix index 05465b2..07a9bfe 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.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;