view netinstall/version.pl @ 1157:6af03f821bbe

[xemacs-hg @ 2002-12-13 04:29:06 by andyp] static heap fiuxups
author andyp
date Fri, 13 Dec 2002 04:30:18 +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";
  }
}