view netinstall/version.pl @ 4215:de99c4dbad18

[xemacs-hg @ 2007-10-07 06:54:59 by stephent] Fix list-colors-display bug on X11. <87bqbb2z4c.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Sun, 07 Oct 2007 06:55:00 +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";
  }
}