view netinstall/version.pl @ 4577:de0228446b18

Docstring spelling fixes.
author "Ville Skyttä <scop@xemacs.org>"
date Sun, 18 Jan 2009 11:55:53 +0200
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";
  }
}