Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4612:313c2cc696b9
Fix the broken bigfloat-to-string conversion function.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 11 Feb 2009 09:20:47 -0700 |
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"; } }