update version

This commit is contained in:
Jordi Sanfeliu 2014-03-04 08:16:10 +01:00
parent f198c706a3
commit 0c645d8a09
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#
# Monitorix - A lightweight system monitoring tool.
#
# Copyright (C) 2005-2013 by Jordi Sanfeliu <jordi@fibranet.cat>
# Copyright (C) 2005-2014 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.4.91";
use constant RELDATE => "19-Feb-2014";
use constant VERSION => "3.4.92";
use constant RELDATE => "04-Mar-2014";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;