From: Laurent Destailleur Date: Fri, 8 Jan 2016 19:15:59 +0000 (+0100) Subject: Update revision X-Git-Tag: AWSTATS_7_5~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad2e0d2590c6cf42df757da679100892ebd6add;p=thirdparty%2FAWStats.git Update revision --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index d011446e..5fa215f6 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -36,7 +36,7 @@ use File::Spec; # Defines #------------------------------------------------------------------------------ use vars qw/ $REVISION $VERSION /; -$REVISION = '20150921'; +$REVISION = '20160104'; $VERSION = "7.5 (build $REVISION)"; # ----- Constants -----