view netinstall/version.pl @ 1270:d65d8a05e272

[xemacs-hg @ 2003-02-07 20:45:59 by james] Add unload_eldap prototype to fix a compiler warning.
author james
date Fri, 07 Feb 2003 20:46:02 +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";
  }
}