summaryrefslogtreecommitdiff
path: root/mcon/U/Options.U
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2008-05-28 11:19:25 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2008-05-28 11:19:25 +0000
commita04a204b963bf8dbf7bd385c07c59df40f57fedf (patch)
treed714e774455de2d2950794b5b3ebe9c9da43035e /mcon/U/Options.U
parentad4cb12fbbcac74cf5876fe27b5ade25464ec7a6 (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: svn://svn.code.sf.net/p/dist/code/trunk/dist@25 2592e710-e01b-42a5-8df0-11608a6cc53d
Diffstat (limited to 'mcon/U/Options.U')
-rw-r--r--mcon/U/Options.U2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcon/U/Options.U b/mcon/U/Options.U
index a38f565..0508d27 100644
--- a/mcon/U/Options.U
+++ b/mcon/U/Options.U
@@ -275,7 +275,7 @@ while test $# -gt 0; do
esac
shift
;;
- -V) echo "$me generated by metaconfig <VERSION> PL<PATCHLEVEL>." >&2
+ -V) echo "$me generated by metaconfig <VERSION>-<REVISION>." >&2
exit 0;;
--) break;;
-*) echo "$me: unknown option $1" >&2; shift; error=true;;