view netinstall/version.pl @ 3978:5d008dfb5deb

[xemacs-hg @ 2007-05-21 09:25:46 by aidan] The Mule character set for Turkish is latin-iso8859-9, not latin-iso8859-5 (ChangeLog entry). Thank you Stephen.
author aidan
date Mon, 21 May 2007 09:25:46 +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";
  }
}