view netinstall/version.pl @ 2578:1b8351656013

[xemacs-hg @ 2005-02-10 03:16:58 by ben] Fix literal Mule chars in paragraphs.el paragraphs.el: Don't have literal chars in the string and don't put the extended chars in the string unless (featurep 'mule).
author ben
date Thu, 10 Feb 2005 03:16:59 +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";
  }
}