view netinstall/version.pl @ 4494:ea66743ff201

Fix the XFT build, thank you Robert Delius Royar. 2008-08-10 Aidan Kehoe <kehoea@parhasard.net> * objects-xlike-inc.c (charset_table): Remove the entry for Vcharset_arabic_iso8859_7, thank you Robert Delius Royar.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 10 Aug 2008 12:03:10 +0200
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";
  }
}