view netinstall/version.pl @ 507:167135c7a7ae

[xemacs-hg @ 2001-05-05 10:10:36 by martinb] Target of a DEFVAR_INT should be a Fixnum, not int.
author martinb
date Sat, 05 May 2001 10:10:42 +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";
  }
}