Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 2609:c2580215c222
[xemacs-hg @ 2005-02-23 18:56:41 by adrian]
[PATCH] xemacs-21.5-clean: Update info/dir to content generated by <8y5gus08.fsf@smtprelay.t-online.de>
author | adrian |
---|---|
date | Wed, 23 Feb 2005 18:56:44 +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"; } }