Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 634:e668cb7f5670
[xemacs-hg @ 2001-07-25 07:39:18 by stephent]
Synch release-21-4 to candidate-21-4
author | stephent |
---|---|
date | Wed, 25 Jul 2001 07:39:18 +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"; } }