Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 5592:004ce6211106 bytecomp-coding-system-2008-10-29
Close branch.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Wed, 02 Nov 2011 17:40:40 +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"; } }
