view netinstall/version.pl @ 1702:245980c04067

[xemacs-hg @ 2003-09-20 01:25:47 by youngs] 2003-09-19 Sandra Wambold <wambold@xemacs.org> * Makefile: add targets to produce PDF files
author youngs
date Sat, 20 Sep 2003 01:25:48 +0000 (2003-09-20)
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";
  }
}