Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 1636:f062c28f4a11
[xemacs-hg @ 2003-08-20 11:53:41 by crestani]
2003-08-19 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Markus Kaltenbach <makalten@informatik.uni-tuebingen.de>
* automated/weak-tests.el: Added tests for weak-lists.
author | crestani |
---|---|
date | Wed, 20 Aug 2003 11:53: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"; } }