From: Laurent Destailleur Date: Mon, 11 Apr 2016 14:56:35 +0000 (+0200) Subject: Change version X-Git-Tag: AWSTATS_7_5~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb8b4d20e74b24f73f9aac9872a5e3ebd623096;p=thirdparty%2FAWStats.git Change version --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 9b864b3a..1e1b1767 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 = '20160127'; +$REVISION = '20160301'; $VERSION = "7.5 (build $REVISION)"; # ----- Constants -----