Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 959:87e011e66a78
[xemacs-hg @ 2002-08-12 07:45:36 by youngs]
2002-08-12 Simon Josefsson <jas@extundo.com>
* lispref/building.texi (Pure Storage): purecopy is a no-op.
author | youngs |
---|---|
date | Mon, 12 Aug 2002 07:45:38 +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"; } }