From 6ed168ff814db8f9bcaad6f2e218fb2bbacbdb1c Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Wed, 28 May 2008 11:19:25 +0000 Subject: SVN revision number is now automatically generated in "revision.h". The old patchlevel information is no longer used, and is deprecated in unit files, replaced by . git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@25 190e5f8e-a817-0410-acf6-e9863daed9af --- mcon/mconfig.SH | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mcon/mconfig.SH') diff --git a/mcon/mconfig.SH b/mcon/mconfig.SH index adcf0a2..94ade5f 100755 --- a/mcon/mconfig.SH +++ b/mcon/mconfig.SH @@ -58,6 +58,7 @@ $startperl \$MC = '$privlib'; \$version = '$VERSION'; \$patchlevel = '$PATCHLEVEL'; +\$revision = '$REVISION'; \$grep = '$grep'; !GROK!THIS! @@ -78,7 +79,7 @@ chdir $WD || die "Can't chdir back to $WD: $!\n"; ++$opt_M if -f 'confmagic.h'; # Force -M if confmagic.h already there if ($opt_V) { - print STDERR "metaconfig $version PL$patchlevel\n"; + print STDERR "metaconfig $version-$revision\n"; exit 0; } elsif ($opt_h) { &usage; -- cgit v1.2.3