From: eldy <> Date: Sat, 6 Apr 2002 17:31:37 +0000 (+0000) Subject: Included CVS revision number in source files. X-Git-Tag: AWSTATS_4_0_RELEASE~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162cce86f82623bbd59eadd51cda60351c3aee51;p=thirdparty%2FAWStats.git Included CVS revision number in source files. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 724c5157..08e548e4 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -2,7 +2,7 @@ # With some other Unix Os, first line may be #!/usr/local/bin/perl # With Apache for Windows and ActiverPerl, first line may be -#!C:/Program Files/ActiveState/bin/perl +#!C:/Program Files/ActiveState/ActivePerl/bin/perl #-Description------------------------------------------- # Free realtime web server logfile analyzer to show advanced web statistics. # Works from command line or as a CGI. You must use this script as often as @@ -21,7 +21,9 @@ use vars qw(%DomainsHashIDLib @RobotsSearchIDOrder_list1 @RobotsSearchIDOrder_li #------------------------------------------------------- # Defines #------------------------------------------------------- -my $VERSION="4.0 (build 62)"; +# Last change made by $Author$ on $Date$ +my $REVISION='$Revision$'; $REVISION =~ /\s(.*)\s/; $REVISION=$1; +my $VERSION="4.0 (build $REVISION)"; # ---------- Init variables ------- my $Debug=0;