Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3701:58f19b254a23
[xemacs-hg @ 2006-11-25 22:06:29 by aidan]
Move the ISO-IR 196 test, which may crash, to a separate file.
author | aidan |
---|---|
date | Sat, 25 Nov 2006 22:06:34 +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"; } }