view netinstall/version.pl @ 1753:588465af3ca1

[xemacs-hg @ 2003-10-15 09:19:08 by stephent] update copyright <87n0c26erw.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 15 Oct 2003 09:19:10 +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";
  }
}