view netinstall/version.pl @ 1093:be6f88260aa4

[xemacs-hg @ 2002-11-11 14:23:45 by stephent] too much wa <87y980yynk.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 11 Nov 2002 14:23:50 +0000 (2002-11-11)
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";
  }
}