view netinstall/version.pl @ 834:9c4fcc216a5f

[xemacs-hg @ 2002-05-10 06:29:24 by adrian] [PATCH] xemacs-21.5: Fix xemacs.mak for nmake distclean <u1ph0wuk.fsf@smtprelay.t-online.de>
author adrian
date Fri, 10 May 2002 06:29:24 +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";
  }
}