summaryrefslogtreecommitdiff
path: root/mcon/mxref.SH
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@190e5f8e-a817-0410-acf6-e9863daed9af>2008-05-28 11:19:25 +0000
committerrmanfredi <rmanfredi@190e5f8e-a817-0410-acf6-e9863daed9af>2008-05-28 11:19:25 +0000
commit6ed168ff814db8f9bcaad6f2e218fb2bbacbdb1c (patch)
treed714e774455de2d2950794b5b3ebe9c9da43035e /mcon/mxref.SH
parent5de075ee96dc6fc8b18e37a70af93fca66bbfa25 (diff)
SVN revision number is now automatically generated in "revision.h".
The old patchlevel information is no longer used, and <PATCHLEVEL> is deprecated in unit files, replaced by <REVISION>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@25 190e5f8e-a817-0410-acf6-e9863daed9af
Diffstat (limited to 'mcon/mxref.SH')
-rwxr-xr-xmcon/mxref.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcon/mxref.SH b/mcon/mxref.SH
index 51ea87f..b6d8dcb 100755
--- a/mcon/mxref.SH
+++ b/mcon/mxref.SH
@@ -51,6 +51,7 @@ $startperl
\$MC = '$privlib';
\$version = '$VERSION';
\$patchlevel = '$PATCHLEVEL';
+\$revision = '$REVISION';
\$grep = '$grep';
!GROK!THIS!
@@ -68,7 +69,7 @@ chop($MC = `pwd`); # Real metaxref lib path (no symbolic links)
chdir $WD || die "Can't chdir back to $WD: $!\n";
if ($opt_V) {
- print STDERR "metaxref $version PL$patchlevel\n";
+ print STDERR "metaxref $version-$revision\n";
exit 0;
} elsif ($opt_h) {
&usage;