view netinstall/version.pl @ 1985:a8b463c4984a

[xemacs-hg @ 2004-04-06 12:13:54 by stephent] allow to explicitly disable bignums <87ad1ppaoe.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 06 Apr 2004 12:13:55 +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";
  }
}