view netinstall/version.pl @ 3673:887d4be44334

[xemacs-hg @ 2006-11-11 09:50:33 by aidan] Make device-matching-specifier-tag-list available again--my taking it out was misjudged.
author aidan
date Sat, 11 Nov 2006 09:50: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";
  }
}