view netinstall/version.pl @ 816:39b1580316c8

[xemacs-hg @ 2002-04-15 09:42:17 by ben] fix compilation problem process.c: Need sysdep.h for environ.
author ben
date Mon, 15 Apr 2002 09:42:19 +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";
  }
}