updates to close version 3.6.90

This commit is contained in:
Jordi Sanfeliu 2015-03-03 16:50:54 +01:00
parent 1df615a2aa
commit b29d5e7827
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -2,7 +2,7 @@
#
# Monitorix - A lightweight system monitoring tool.
#
# Copyright (C) 2005-2014 by Jordi Sanfeliu <jordi@fibranet.cat>
# Copyright (C) 2005-2015 by Jordi Sanfeliu <jordi@fibranet.cat>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.6.0";
use constant RELDATE => "20-Aug-2014";
use constant VERSION => "3.6.90";
use constant RELDATE => "03-Mar-2015";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;

View File

@ -2,7 +2,7 @@
#
# Monitorix - A lightweight system monitoring tool.
#
# Copyright (C) 2005-2014 by Jordi Sanfeliu <jordi@fibranet.cat>
# Copyright (C) 2005-2015 by Jordi Sanfeliu <jordi@fibranet.cat>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -533,7 +533,7 @@ if(!$silent) {
print(" <a href='http://www.monitorix.org'><img src='" . $config{url} . "/" . $config{logo_bottom} . "' border='0'></a>\n");
print(" <br>\n");
print(" <font face='Verdana, sans-serif' color='" . $colors{fg_color} . "' size='-2'>\n");
print("Copyright &copy; 2005-2014 Jordi Sanfeliu\n");
print("Copyright &copy; 2005-2015 Jordi Sanfeliu\n");
print(" </font>\n");
print(" </body>\n");
print("</html>\n");