view netinstall/version.pl @ 3005:d3dcb668d6c8

[xemacs-hg @ 2005-10-21 09:19:40 by stephent] Remove redundant change log.
author stephent
date Fri, 21 Oct 2005 09:19:40 +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";
  }
}