]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Included CVS revision number in source files.
authoreldy <>
Sat, 6 Apr 2002 17:31:37 +0000 (17:31 +0000)
committereldy <>
Sat, 6 Apr 2002 17:31:37 +0000 (17:31 +0000)
wwwroot/cgi-bin/awstats.pl

index 724c515711b4aff91c175deaffab314e008383db..08e548e463fe33096520ef818247956f720007cc 100644 (file)
@@ -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;