Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 779:a29c4eef8f00
[xemacs-hg @ 2002-03-18 09:40:27 by ben]
add more translation tables [from mule-ucs], fixup README's
author | ben |
---|---|
date | Mon, 18 Mar 2002 09:40:41 +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"; } }