view netinstall/version.pl @ 4150:76737c305982

[xemacs-hg @ 2007-08-28 09:49:36 by aidan] Revert the last change to mule-ccl.c, on Steve Baur's objection.
author aidan
date Tue, 28 Aug 2007 09:49:40 +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";
  }
}