Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4624:9dd42cb187ed
Fix typo in comment on skip_debugger.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 04 Feb 2009 01:13:10 +0900 |
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"; } }