From 4029684e0105381d87932bca9c96d04ed661b06c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 Apr 2020 11:18:25 +0200 Subject: [PATCH] Prepare 7.8 --- wwwroot/cgi-bin/awstats.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 30cbbd0a..d562a07b 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -36,8 +36,8 @@ use File::Spec; # Defines #------------------------------------------------------------------------------ use vars qw/ $REVISION $VERSION /; -$REVISION = '20180105'; -$VERSION = "7.7 (build $REVISION)"; +$REVISION = '20200416'; +$VERSION = "7.8 (build $REVISION)"; # ----- Constants ----- use vars qw/ -- 2.47.2