]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update build
authorLaurent Destailleur <eldy@destailleur.fr>
Sat, 26 Jul 2014 14:17:50 +0000 (16:17 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Sat, 26 Jul 2014 14:17:50 +0000 (16:17 +0200)
wwwroot/cgi-bin/awstats.pl

index 7b3df5d47accde2c44a332982939b78e99130636..eab59417e33c7d832d6aa67f990d64b2f2fdc48e 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20140126';
+$REVISION = '20140726';
 $VERSION  = "7.4 (build $REVISION)";
 
 # ----- Constants -----