view netinstall/version.pl @ 4270:bd9b678f4db7

[xemacs-hg @ 2007-11-15 10:05:14 by aidan] Eliminate a non-Mule build failure from my last Unicode change--thank you Vin!
author aidan
date Thu, 15 Nov 2007 10:05:16 +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";
  }
}