view netinstall/version.pl @ 650:704cb139ec6b

[xemacs-hg @ 2001-08-24 08:52:07 by stephent] Make negative integers invalid again. <15238.5438.881529.885462@turnbull.sk.tsukuba.ac.jp>
author stephent
date Fri, 24 Aug 2001 08:52:09 +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";
  }
}