]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update revision
authorLaurent Destailleur <eldy@destailleur.fr>
Fri, 8 Jan 2016 19:15:59 +0000 (20:15 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Fri, 8 Jan 2016 19:15:59 +0000 (20:15 +0100)
wwwroot/cgi-bin/awstats.pl

index d011446e40a0ec7e2641c0068238c8c2e92549ae..5fa215f650f40418f582fe06335cb2fc2afe05ee 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20150921';
+$REVISION = '20160104';
 $VERSION  = "7.5 (build $REVISION)";
 
 # ----- Constants -----