Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 5009:2eec7322eb7f
Miscellaneous small fixes to Windows VS6 build
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Tue, 09 Feb 2010 16:25:04 -0500 |
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"; } }