view netinstall/version.pl @ 2293:fd11ab993173

[xemacs-hg @ 2004-09-21 19:11:47 by james] I somehow put in the wrong ChangeLog entry with Darryl Okahata's patch.
author james
date Tue, 21 Sep 2004 19:11:47 +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";
  }
}