view netinstall/version.pl @ 923:3b122a8e1d51

[xemacs-hg @ 2002-07-14 23:20:35 by mta] event-msw.c (mswindows_need_event): Don't wait for a new message if the queue is not empty. Suggested by Paul Moore.
author mta
date Sun, 14 Jul 2002 23:20:36 +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";
  }
}