view netinstall/version.pl @ 660:cd653494e774

[xemacs-hg @ 2001-09-15 14:26:30 by adrian] [PATCH] xemacs-21.5: Fix outdated info about Infodock and sunsite.dk <66ak5y5f.fsf@ecf.teradyne.com>
author adrian
date Sat, 15 Sep 2001 14:26:31 +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";
  }
}