]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update version
authorLaurent Destailleur <eldy@destailleur.fr>
Wed, 27 Jan 2016 18:48:01 +0000 (19:48 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Wed, 27 Jan 2016 18:48:01 +0000 (19:48 +0100)
wwwroot/cgi-bin/awstats.pl

index 273da6857cfcc767b740b358e9b478b95a8ea256..759603ab02b541d1ab59037db84fb709090ba1cc 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20160104';
+$REVISION = '20160127';
 $VERSION  = "7.5 (build $REVISION)";
 
 # ----- Constants -----