From: Laurent Destailleur Date: Wed, 27 Jan 2016 18:48:01 +0000 (+0100) Subject: Update version X-Git-Tag: AWSTATS_7_5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598eb05b78dbe87bf10d9e9996ae3acd9fd980e3;p=thirdparty%2FAWStats.git Update version --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 273da685..759603ab 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 = '20160104'; +$REVISION = '20160127'; $VERSION = "7.5 (build $REVISION)"; # ----- Constants -----