view netinstall/version.pl @ 620:5af4f6f788c4

[xemacs-hg @ 2001-06-19 06:47:52 by ben] removed obsolete pc-win/win32-win
author ben
date Tue, 19 Jun 2001 06:47:52 +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";
  }
}