Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3078:135bb6aa3ee2
[xemacs-hg @ 2005-11-18 12:23:55 by aidan]
Restore old window configuration behaviour for VM, BBDB
author | aidan |
---|---|
date | Fri, 18 Nov 2005 12:23:57 +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"; } }