From: eldy <> Date: Sat, 6 Apr 2002 17:19:25 +0000 (+0000) Subject: Included CVS revision number in source files. X-Git-Tag: AWSTATS_4_0_RELEASE~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d643da08cbd2b6503a3865cb09681036be68024a;p=thirdparty%2FAWStats.git Included CVS revision number in source files. --- diff --git a/tools/common2combined.pl b/tools/common2combined.pl index b2a85aeb..44498197 100644 --- a/tools/common2combined.pl +++ b/tools/common2combined.pl @@ -17,7 +17,9 @@ use strict; no strict "refs"; # Defines #------------------------------------------------------- # Last change made by $Author$ on $Date$ -my $VERSION="1.1 (build $Revision$)"; +my $REVISION='$Revision$'; +$REVISION =~ /\s(.*)\s/; $REVISION=$1; +my $VERSION="1.1 (build $REVISION)"; # ---------- Init variables -------- my $Debug=0;