Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 1447:a939d086aa0f
[xemacs-hg @ 2003-05-02 22:51:04 by youngs]
2003-05-03 Steve Youngs <youngs@xemacs.org>
* package-admin.el (package-admin-find-top-directory): You can't
concat a string & a char, so convert 'directory-sep-char' to a string.
author | youngs |
---|---|
date | Fri, 02 May 2003 22:51:04 +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"; } }