view netinstall/version.pl @ 767:af0baad5ba14

[xemacs-hg @ 2002-03-05 14:15:05 by stephent] typo fix <871yezxfv9.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 05 Mar 2002 14:15:06 +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";
  }
}