Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 2767:61af3ea9da02
[xemacs-hg @ 2005-05-10 17:21:53 by aidan]
Say that atomic extents are a kludge in the set-extent-property docstring.
author | aidan |
---|---|
date | Tue, 10 May 2005 17:21:54 +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"; } }