]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Change version
authorLaurent Destailleur <eldy@destailleur.fr>
Mon, 11 Apr 2016 14:56:35 +0000 (16:56 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Mon, 11 Apr 2016 14:56:35 +0000 (16:56 +0200)
wwwroot/cgi-bin/awstats.pl

index 9b864b3a9e30325872fac88e304f3fc1bf9f361f..1e1b17674bcb828e6ccfc0d81c720bc3a61f85b1 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20160127';
+$REVISION = '20160301';
 $VERSION  = "7.5 (build $REVISION)";
 
 # ----- Constants -----