Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 1102:30118fdc4f1f
[xemacs-hg @ 2002-11-12 03:52:23 by stephent]
font-menu.el 21.4 synch <87y97zwiof.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 12 Nov 2002 03:52:24 +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"; } }