Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 1032:760a717bf4dc
[xemacs-hg @ 2002-10-05 21:53:57 by youngs]
Update xemacs_extra_name.
author | youngs |
---|---|
date | Sat, 05 Oct 2002 21:53:57 +0000 |
parents | 3078fd1074e8 |
children |
line wrap: on
line source
while (<STDIN>) { if (/^\$Revision:\s*([0-9\.]*)/) { print "char *version = \"$1\";\n"; print "static char *id = \"\\n%%% setup-version $1\\n\";\n"; } }