Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 937:4a2ad9252ff5
[xemacs-hg @ 2002-07-30 07:21:49 by michaels]
Fix invalid USE_KKCC #endif.
Pointed out by: Jerry James
author | michaels |
---|---|
date | Tue, 30 Jul 2002 07:21:49 +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"; } }