view netinstall/version.pl @ 688:c9d38610941f

[xemacs-hg @ 2001-12-05 12:29:17 by michaels] 2001-07-26 Mike Sperber <mike@xemacs.org> * files.el (auto-mode-alist): .9 files are man pages, too.
author michaels
date Wed, 05 Dec 2001 12:29:17 +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";
  }
}