]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Release of 7.4 version
authorLaurent Destailleur <eldy@destailleur.fr>
Tue, 14 Jul 2015 12:52:39 +0000 (14:52 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Tue, 14 Jul 2015 12:52:39 +0000 (14:52 +0200)
README.md
wwwroot/cgi-bin/awstats.pl

index 4cfcba8d5283131bb7a4915208f07c6c0e29a0ef..8defd0b5480dd3880a1089e9b7872a5c67274bd4 100644 (file)
--- 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...)
 
index 4dbc3652f03543fa472df1480aaf911ed83e7e63..c9dcee9ad9173ffa2fcb981909fa85e3e4558455 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20140726';
+$REVISION = '20150714';
 $VERSION  = "7.4 (build $REVISION)";
 
 # ----- Constants -----