view netinstall/version.pl @ 2142:eb65d362090f

[xemacs-hg @ 2004-06-18 15:48:38 by james] Put the args to derived-mode-merge-syntax-tables in the right order.
author james
date Fri, 18 Jun 2004 15:48:38 +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";
  }
}