Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4314:f95358fda5d8
Minor bio update to test new hg repository
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Fri, 07 Dec 2007 13:32:19 -0500 |
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"; } }