From: Laurent Destailleur Date: Tue, 14 Jul 2015 12:52:39 +0000 (+0200) Subject: Release of 7.4 version X-Git-Tag: AWSTATS_7_5~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe65941993b96b7e093361625c98040bbf94f2b;p=thirdparty%2FAWStats.git Release of 7.4 version --- diff --git a/README.md b/README.md index 4cfcba8d..8defd0b5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ License: GNU GPL v3+ (GNU General Public License. See LICENSE file), Version: 7.4 -Release date: July 2014 +Release date: July 2015 Platforms: All (Linux, NT, BSD, Solaris and other *NIX's, BeOS, OS/2...) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 4dbc3652..c9dcee9a 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 = '20140726'; +$REVISION = '20150714'; $VERSION = "7.4 (build $REVISION)"; # ----- Constants -----