Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4488:6b0000935adc
Spelling fixes.
author | "Ville Skyttä <scop@xemacs.org>" |
---|---|
date | Sat, 26 Jul 2008 13:50:27 +0300 |
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"; } }