close 3.3.0

This commit is contained in:
Jordi Sanfeliu 2013-08-12 09:17:07 +02:00
parent 5ce4d6e6d2
commit b473a90802
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
3.N.N - NN-Aug-2013
3.3.0 - 12-Aug-2013
====================
- Added a complete statistical Wowza Media Server graph.
(suggested by Daniele Ilardo, kkstyle21 AT gmail.com)

View File

@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.2.91";
use constant RELDATE => "06-Aug-2013";
use constant VERSION => "3.3.0";
use constant RELDATE => "12-Aug-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;