Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3227:bdc2d7488c19
[xemacs-hg @ 2006-02-04 01:56:05 by vins]
Martin's Java keyword patch.
author | vins |
---|---|
date | Sat, 04 Feb 2006 01:56:06 +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"; } }