Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 2073:65dae79be48b
[xemacs-hg @ 2004-05-12 06:16:14 by stephent]
improve tag tests <87isf2xjcw.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 12 May 2004 06:16:20 +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"; } }