view netinstall/version.pl @ 1406:c88a785b01d8

[xemacs-hg @ 2003-04-10 08:46:23 by michaels] 2003-04-08 Mike Sperber <mike@xemacs.org> * Makefile.in.in ($(BLDSRC)/NEEDTODUMP): Depends on $(RAW_EXE).
author michaels
date Thu, 10 Apr 2003 08:46:24 +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";
  }
}