Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 638:373ced43e288
[xemacs-hg @ 2001-07-26 21:10:44 by adrian]
[PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Thu, 26 Jul 2001 21:10:48 +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"; } }