view netinstall/version.pl @ 621:29117767b6b8

[xemacs-hg @ 2001-06-19 07:00:09 by ben] removed sun-mouse.el sun.el internal.el
author ben
date Tue, 19 Jun 2001 07:00:10 +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";
  }
}