view netinstall/version.pl @ 3934:8453b9b6286f

[xemacs-hg @ 2007-05-01 14:01:46 by stephent] Update gdbinit for fontconfig reality. <87ejm0hbyw.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Tue, 01 May 2007 14:01:47 +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";
  }
}