From: Laurent Destailleur Date: Sat, 26 Jul 2014 14:17:50 +0000 (+0200) Subject: Update build X-Git-Tag: AWSTATS_7_4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54282574253bced4fd7f9e96d4dd370fc47f095a;p=thirdparty%2FAWStats.git Update build --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 7b3df5d4..eab59417 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 = '20140126'; +$REVISION = '20140726'; $VERSION = "7.4 (build $REVISION)"; # ----- Constants -----