view netinstall/version.pl @ 2976:0fb57d74601d

[xemacs-hg @ 2005-10-05 04:11:24 by stephent] Synch build-report.el to build package version <87ek70txjo.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 05 Oct 2005 04:11:25 +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";
  }
}