Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 4987:3ee2bdf020bc
Add GPL v2 or later header to s/sco7.h.
Ron Record, the author of that file, gave permission to do so in xemacs-beta
message <4B6C7791.2020100@ronrecord.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 13:43:53 -0700 |
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"; } }