view netinstall/version.pl @ 3169:5bfedec8927e

[xemacs-hg @ 2005-12-24 17:33:31 by aidan] Move the XListFonts maxnames param to INT_MAX from 5000
author aidan
date Sat, 24 Dec 2005 17:33:34 +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";
  }
}