view netinstall/version.pl @ 3977:a4284dd2debb

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