view netinstall/version.pl @ 3930:1dac67fc67ae

[xemacs-hg @ 2007-04-30 16:22:22 by stephent] Typo fix. <87tzuxhlkp.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Mon, 30 Apr 2007 16:22:35 +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";
  }
}