diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 6f16b75..f327b08 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -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 diff --git a/monitorix b/monitorix index bb7bb7f..97a62c1 100755 --- a/monitorix +++ b/monitorix @@ -2,7 +2,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2014 by Jordi Sanfeliu +# Copyright (C) 2005-2015 by Jordi Sanfeliu # # 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; diff --git a/monitorix.cgi b/monitorix.cgi index b7dd6ec..5397741 100755 --- a/monitorix.cgi +++ b/monitorix.cgi @@ -2,7 +2,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2014 by Jordi Sanfeliu +# Copyright (C) 2005-2015 by Jordi Sanfeliu # # 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(" \n"); print("
\n"); print(" \n"); - print("Copyright © 2005-2014 Jordi Sanfeliu\n"); + print("Copyright © 2005-2015 Jordi Sanfeliu\n"); print(" \n"); print(" \n"); print("\n");