Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3975:1af222c75869 r21-5-28
[xemacs-hg @ 2007-05-21 04:59:52 by stephent]
XEmacs 21.5.28 "fuki" is released.
author | stephent |
---|---|
date | Mon, 21 May 2007 05:02:43 +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"; } }