]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Prepare 7.7
authorLaurent Destailleur <eldy@destailleur.fr>
Sun, 7 Jan 2018 14:36:58 +0000 (15:36 +0100)
committerbrentil <leith.tussing@gmail.com>
Tue, 9 Jan 2018 18:23:46 +0000 (13:23 -0500)
README.md
wwwroot/cgi-bin/awstats.pl

index 8f5db3459945e9d0b3bdd3381fa1d464ccf7d46a..2b72ea7a13dc34d76e396ecdf03669aed35826f7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@ server log files (and even ftp servers or mail logs) on all Operating Systems.
 License: GNU GPL v3+ (GNU General Public License. See LICENSE file),
          OSI Certified Open Source Software license.
 
-Version: 7.6
+Version: 7.7
 
-Release date: December 2016
+Release date: January 2018
 
 Platforms: All (Linux, NT, BSD, Solaris and other *NIX's, BeOS, OS/2...)
 
@@ -170,7 +170,7 @@ Twitter: <https://www.twitter.com/awstats_project>
 
 # ABOUT THE AUTHOR, LICENSE AND SUPPORT
 ---------------------------------------
-Copyright (C) 2000-2016 - Laurent Destailleur - eldy@users.sourceforge.net - <http://www.nltechno.com>
+Copyright (C) 2000-2018 - Laurent Destailleur - eldy@users.sourceforge.net - <http://www.nltechno.com>
 
 Laurent Destailleur is also the project leader of [Dolibarr ERP CRM Opensource project] <https://www.dolibarr.org>,
 and author of AWBot, CVSChangeLogBuilder, DoliDroid and founder of DoliCloud SaaS <https://www.dolicloud.com>.
index 4f14c6eef5339108ad8428a76c9078fdb16a7bf1..b04ed6f8fe931d36b4e17a9c2f2ade504033b8f5 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20161204';
+$REVISION = '20180105';
 $VERSION  = "7.7 (build $REVISION)";
 
 # ----- Constants -----
@@ -8561,7 +8561,7 @@ sub PrintCLIHelp{
                'browsers',       'domains', 'operating_systems', 'robots',
                'search_engines', 'worms'
        );
-       print "----- $PROG $VERSION (c) 2000-2016 Laurent Destailleur -----\n";
+       print "----- $PROG $VERSION (c) 2000-2018 Laurent Destailleur -----\n";
        print
 "AWStats is a free web server logfile analyzer to show you advanced web\n";
        print "statistics.\n";