view netinstall/version.pl @ 637:2538b7200a20

[xemacs-hg @ 2001-07-26 06:21:45 by stephent] WinME fixes to nt/xemacs.mak.
author stephent
date Thu, 26 Jul 2001 06:21:45 +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";
  }
}