view netinstall/version.pl @ 3906:605c915d2b9d

[xemacs-hg @ 2007-04-14 16:10:53 by stephent] Small fixes for font-mgr.c. <87y7kvudz3.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Sat, 14 Apr 2007 16:10:57 +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";
  }
}