Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4658:fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 27 Jul 2009 01:29:49 +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"; } }