Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3230:012240027a21
[xemacs-hg @ 2006-02-05 19:20:44 by aidan]
Address easymenu bug.
author | aidan |
---|---|
date | Sun, 05 Feb 2006 19:20:44 +0000 |
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"; } }