Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3023:d305f4207861
[xemacs-hg @ 2005-10-25 07:30:38 by ben]
fix warning in recent patch
frame-msw.c: Fix warning.
author | ben |
---|---|
date | Tue, 25 Oct 2005 07:30:42 +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"; } }