Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3506:bcc2611d4cfc
[xemacs-hg @ 2006-07-13 20:45:48 by aidan]
Fix some assertion syntax in unicode.el.
author | aidan |
---|---|
date | Thu, 13 Jul 2006 20:45:49 +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"; } }